RingGenerator class
Methods
-
createGeometry({GeometryGeneratorFlags? flags, List<GeometryFilter>? filters})
→ MeshGeometry
-
inherited
-
createRing(double innerRadius, double outerRadius, {GeometryGeneratorFlags? flags, List<GeometryFilter>? filters, int segments = 64, double thetaStart = 0.0, double thetaLength = math.pi * 2.0, bool stripTextureCoordinates = true})
→ MeshGeometry
-
-
generateIndices(Uint16List indices)
→ void
-
override
-
generateVertexNormals(Vector3List normals, Vector3List positions, Uint16List indices)
→ void
-
inherited
-
generateVertexPositions(Vector3List positions, Uint16List indices)
→ void
-
override
-
generateVertexTangents(Vector4List tangents, Vector3List positions, Vector3List normals, Vector2List texCoords, Uint16List indices)
→ void
-
inherited
-
generateVertexTexCoords(Vector2List texCoords, Vector3List positions, Uint16List indices)
→ void
-
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited