Class MeshGpuInstancing
MeshGpuInstancing class
glTF extension defines instance attributes for a node with a mesh.
public class MeshGpuInstancing : ExtraProperties
Properties
| Name | Description |
|---|---|
| Accessors { get; } | |
| Count { get; } | Gets a value indicating the number of instances to draw. |
| Extensions { get; } | Gets a collection of JsonSerializable instances. |
| Extras { get; set; } | Gets or sets the extras content of this instance. |
| LocalTransforms { get; } | |
| LogicalParent { get; } | |
| VisualParent { get; } |
Methods
| Name | Description |
|---|---|
| ClearAccessors() | |
| GetAccessor(string) | |
| GetExtension<T>() | |
| GetLocalMatrix(int) | |
| GetLocalTransform(int) | |
| GetWorldMatrix(int) | |
| RemoveExtensions<T>() | |
| RemoveExtensions<T>(T) | |
| SetAccessor(string, Accessor) | |
| SetExtension<T>(T) | |
| UseExtension<T>() |
See Also
- class ExtraProperties
- namespace Aspose.CAD.FileFormats.GLB
- assembly Aspose.CAD