Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hemei
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
潘栩锋
hemei
Commits
e35eee20
Commit
e35eee20
authored
Dec 12, 2018
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复 当修改旋转参数,图不会变化的bug
parent
0e41c95a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
BlowingDetect.cs
...Y.Thick.Blowing/FLY.Thick.Blowing/Server/BlowingDetect.cs
+3
-1
GM_BlowingFix.cs
...Y.Thick.Blowing/FLY.Thick.Blowing/Server/GM_BlowingFix.cs
+3
-1
No files found.
Project.FLY.Thick.Blowing/FLY.Thick.Blowing/Server/BlowingDetect.cs
View file @
e35eee20
...
...
@@ -677,7 +677,9 @@ namespace FLY.Thick.Blowing.Server
void
RenZiJiaAndFilmPositionDetect_PropertyChanged
(
object
sender
,
PropertyChangedEventArgs
e
)
{
if
((
e
.
PropertyName
==
"FilmLength"
)
||
(
e
.
PropertyName
==
"RollPerimeter"
))
(
e
.
PropertyName
==
"RollPerimeter"
)||
(
e
.
PropertyName
==
"RAngle"
)
)
{
TouchFilmInfoChanged_lastLimit
(
4
);
}
...
...
Project.FLY.Thick.Blowing/FLY.Thick.Blowing/Server/GM_BlowingFix.cs
View file @
e35eee20
...
...
@@ -1598,8 +1598,8 @@ namespace FLY.Thick.Blowing.Server
ADCell
adcell
=
mADList
[
idx
];
adcell
.
angles
.
Clear
();
adcell
.
angles
.
Add
(
filminfo
.
angle1
);
adcell
.
angles
.
Add
(
filminfo
.
angle2
);
adcell
.
direction
=
filminfo
.
direction
;
adcell
.
velocity
=
filminfo
.
filmVelocity
;
adcell
.
rotationCnt
=
filminfo
.
rotationCnt
;
...
...
@@ -1624,6 +1624,7 @@ namespace FLY.Thick.Blowing.Server
}
ADCell
adcell
=
mADList
[
idx
];
adcell
.
angles
.
Clear
();
adcell
.
angles
.
Add
(
filminfo
.
angle1
);
adcell
.
angles
.
Add
(
filminfo
.
angle2
);
adcell
.
direction
=
filminfo
.
direction
;
...
...
@@ -1660,6 +1661,7 @@ namespace FLY.Thick.Blowing.Server
mPDetect
.
GetFilmInfo
(
out
filminfo1
,
mADList
[
idx
].
dt
,
filmWidth
,
filmPosH1
);
ADCell
adcell
=
mADList
[
idx
];
adcell
.
angles
.
Clear
();
adcell
.
angles
.
Add
(
filminfo1
.
angle1
);
adcell
.
angles
.
Add
(
filminfo0
.
angle1
);
adcell
.
angles
.
Add
(
filminfo0
.
angle2
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment