Removed unnecessary variable
This commit is contained in:
parent
075a13810c
commit
7678d2ad82
1 changed files with 0 additions and 4 deletions
|
@ -23,9 +23,6 @@ namespace Demo
|
||||||
InitializeImage();
|
InitializeImage();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
double angle = 0;
|
|
||||||
|
|
||||||
private void Render(Bitmap bmp)
|
private void Render(Bitmap bmp)
|
||||||
{
|
{
|
||||||
g.Clear(Color.White);
|
g.Clear(Color.White);
|
||||||
|
@ -43,7 +40,6 @@ namespace Demo
|
||||||
double[] angles = angleSelectBars.Select(b => b.Angle).ToArray();
|
double[] angles = angleSelectBars.Select(b => b.Angle).ToArray();
|
||||||
projector4d3d.CoordSystem.RotationMatrix
|
projector4d3d.CoordSystem.RotationMatrix
|
||||||
= YMath.Matrix.Rotation(4, angles);
|
= YMath.Matrix.Rotation(4, angles);
|
||||||
angle += 0.01;
|
|
||||||
|
|
||||||
geom = projector4d3d.Project(geom);
|
geom = projector4d3d.Project(geom);
|
||||||
geom = projector3d2d.Project(geom);
|
geom = projector3d2d.Project(geom);
|
||||||
|
|
Loading…
Reference in a new issue