Aspose.CAD.FileFormats.GLB.Geometry
Contents
[
Hide
]Classes
Class | Description |
---|---|
BaseBuilder | |
MeshBuilder<TvG> | |
MeshBuilder<TvG,TvM> | |
MeshBuilder<TvG,TvM,TvS> | |
MeshBuilder<TMaterial,TvG,TvM,TvS> | Represents an utility class to help build meshes by adding primitives associated with a given material. |
MorphTargetBuilder<TMaterial,TvG,TvS,TvM> | Represents the vertex deltas of a specific morph target. UseMorphTarget |
PrimitiveBuilder<TMaterial,TvG,TvM,TvS> | Represents an utility class to help build mesh primitives by adding points, lines or triangles |
VertexBufferColumns | Represents a vertex buffer, where every vertex attribute is represented as a vector column. |
Structures
Structure | Description |
---|---|
LinePrimitive<TVertex,Tmaterial> | |
PointPrimitive<TVertex,Tmaterial> | |
TrianglePrimitive<TVertex,Tmaterial> | |
VertexBuilder<TvG,TvM,TvS> | Represents an individual vertex object. |
Interfaces
Interface | Description |
---|---|
IMeshBuilder<TMaterial> | Represents an utility class to help build meshes by adding primitives associated with a given material. |
IMorphTargetBuilder | Represents the vertex deltas of a specific morph target. UseMorphTarget |
IPrimitiveBuilder | |
IPrimitiveMorphTargetReader | |
IPrimitiveReader<TMaterial> | |
IVertexBuilder |