This is the complete list of members for PrimitiveGenerator, including all inherited members.
| CreateCube(float size=1.0f) | PrimitiveGenerator | static |
| CreateCylinder(float radiusTop=0.5f, float radiusBottom=0.5f, float height=1.0f, int radialSegments=32, int heightSegments=1) | PrimitiveGenerator | static |
| CreatePlane(float width=1.0f, float height=1.0f, int widthSegments=1, int heightSegments=1) | PrimitiveGenerator | static |
| CreateSphere(float radius=0.5f, int widthSegments=32, int heightSegments=16) | PrimitiveGenerator | static |
| CreateTriangle(float size=1.0f) | PrimitiveGenerator | static |