Interface IMeshDecoderTMaterial
IMeshDecoder<TMaterial> interface
Exposes an API to allow decoding a geometry mesh.
public interface IMeshDecoder<TMaterial>
where TMaterial : class
| Parameter | Description |
|---|---|
| TMaterial | The primitive’s material type |
Properties
| Name | Description |
|---|---|
| Extras { get; } | Mesh Extras |
| LogicalIndex { get; } | Mesh Logical index in the original glTF model. |
| Name { get; } | Mesh Name |
| Primitives { get; } | Collection of mesh primitives |
Remarks
Implemented by _MeshDecoder
See Also
- namespace Aspose.CAD.FileFormats.GLB.Runtime
- assembly Aspose.CAD