|
RenderStack 11.06.1
|
Public Member Functions | |
| MakeInfo (double radius, int sliceCount, int stackDivision) | |
Public Attributes | |
| double | radius |
| int | sliceCount |
| int | stackDivision |
| int | stackCount |
| int | stackBase0Bottom |
| int | stackBase0Top |
| List< Point > | points |
| Point | top |
| Point | bottom |
| Dictionary< Point, Vector3 > | pointLocations |
| Dictionary< Point, Vector3 > | pointNormals |
| Dictionary< Point, Vector2 > | pointTexcoords |
| Dictionary< Corner, Vector2 > | cornerTexcoords |
| Dictionary< Polygon, Vector3 > | polygonCentroids |
| Dictionary< Polygon, Vector3 > | polygonNormals |
| RenderStack.Geometry.Shapes.Sphere.MakeInfo.MakeInfo | ( | double | radius, |
| int | sliceCount, | ||
| int | stackDivision | ||
| ) |
Definition at line 67 of file Sphere.cs.
{
this.radius = radius;
this.sliceCount = sliceCount;
this.stackDivision = stackDivision;
this.stackCount = (2 * stackDivision) + 1;
this.stackBase0Bottom = -1;
this.stackBase0Top = 2 * stackDivision + 1;
points = new List<Point>();
}
Definition at line 49 of file Sphere.cs.
Referenced by RenderStack.Geometry.Shapes.Sphere.SpherePoint().
Definition at line 53 of file Sphere.cs.
Referenced by RenderStack.Geometry.Shapes.Sphere.Sphere().
Definition at line 54 of file Sphere.cs.
Referenced by RenderStack.Geometry.Shapes.Sphere.Sphere().
Definition at line 56 of file Sphere.cs.
Referenced by RenderStack.Geometry.Shapes.Sphere.Sphere().
Definition at line 57 of file Sphere.cs.
Referenced by RenderStack.Geometry.Shapes.Sphere.Sphere().
Definition at line 58 of file Sphere.cs.
Referenced by RenderStack.Geometry.Shapes.Sphere.Sphere().
Definition at line 60 of file Sphere.cs.
Referenced by RenderStack.Geometry.Shapes.Sphere.Sphere(), and RenderStack.Geometry.Shapes.Sphere.SpherePoint().
Definition at line 61 of file Sphere.cs.
Referenced by RenderStack.Geometry.Shapes.Sphere.Sphere(), and RenderStack.Geometry.Shapes.Sphere.SpherePoint().
Definition at line 62 of file Sphere.cs.
Referenced by RenderStack.Geometry.Shapes.Sphere.Sphere(), and RenderStack.Geometry.Shapes.Sphere.SpherePoint().
Definition at line 63 of file Sphere.cs.
Referenced by RenderStack.Geometry.Shapes.Sphere.Sphere().
Definition at line 64 of file Sphere.cs.
Referenced by RenderStack.Geometry.Shapes.Sphere.Sphere().
Definition at line 65 of file Sphere.cs.
Referenced by RenderStack.Geometry.Shapes.Sphere.Sphere().
1.7.4