Class MeshBase
A set of primitives to be rendered. Its global transform is defined by a node that references it.
Inherited Members
Namespace: GLTFast.Schema
Assembly: solution.dll
Syntax
[Serializable]
public abstract class MeshBase : NamedObject
Fields
Name | Description |
---|---|
weights | Array of weights to be applied to the Morph Targets. |
Properties
Name | Description |
---|---|
Extras | Application-specific data for meshes |
Primitives | An array of primitives, each defining geometry to be rendered with a material. |