![]() |
CG Framework 0.1
Chloroplast Games Framework
|
This is the complete list of members for Dest.Modeling.TeapotGenerator, including all inherited members.
CreatePatchIndices(int tessellation, bool isMirrored, int baseIndex) | Dest.Modeling.TeapotGenerator | privatestatic |
CreatePatchVertices(Vector3[] patch, int tessellation, bool isMirrored, List< Vector3 > positions, List< Vector3 > normals, List< Vector2 > uvs) | Dest.Modeling.TeapotGenerator | privatestatic |
CreateTeapot(float size, int tessellation, bool spoute, bool handle, bool lid, bool generateNormals, bool generateUVs) | Dest.Modeling.TeapotGenerator | static |
CubicInterpolate(ref Vector3 p1, ref Vector3 p2, ref Vector3 p3, ref Vector3 p4, float t) | Dest.Modeling.TeapotGenerator | privatestatic |
CubicTangent(ref Vector3 p1, ref Vector3 p2, ref Vector3 p3, ref Vector3 p4, float t) | Dest.Modeling.TeapotGenerator | privatestatic |
TeapotControlPoints | Dest.Modeling.TeapotGenerator | privatestatic |
TeapotPatches | Dest.Modeling.TeapotGenerator | privatestatic |
TessellatePatch(List< Vector3 > positions, List< Vector3 > normals, List< Vector2 > uvs, List< int > indices, ref TeapotPatch patch, int tessellation, Vector3 scale, bool isMirrored) | Dest.Modeling.TeapotGenerator | privatestatic |