Class MeshBase<TExtras, TPrimitive>
A set of primitives to be rendered. Its global transform is defined by a node that references it.
Implements
Inherited Members
Namespace: GLTFast.Schema
Assembly: solution.dll
Syntax
[Serializable]
public abstract class MeshBase<TExtras, TPrimitive> : MeshBase, ICloneable where TExtras : MeshExtras where TPrimitive : MeshPrimitiveBase
Type Parameters
Name | Description |
---|---|
TExtras | extras type |
TPrimitive | Mesh primitive type |
Fields
Name | Description |
---|---|
extras | Application-specific data for meshes |
primitives | An array of primitives, each defining geometry to be rendered with a material. |
Properties
Name | Description |
---|---|
Extras | Application-specific data for meshes |
Primitives | An array of primitives, each defining geometry to be rendered with a material. |
Methods
Name | Description |
---|---|
Clone() | Clones the Mesh object |