GltfMeshPrimitiveAttributes Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Common mesh primitive attributes. https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/mesh.primitive.schema.json
public ref class GltfMeshPrimitiveAttributes : System::Collections::ObjectModel::ReadOnlyDictionary<System::String ^, int>
public class GltfMeshPrimitiveAttributes : System.Collections.ObjectModel.ReadOnlyDictionary<string,int>
type GltfMeshPrimitiveAttributes = class
inherit ReadOnlyDictionary<string, int>
Public Class GltfMeshPrimitiveAttributes
Inherits ReadOnlyDictionary(Of String, Integer)
- Inheritance
-
GltfMeshPrimitiveAttributes
Constructors
| GltfMeshPrimitiveAttributes(IDictionary<String,Int32>) |
Properties
| COLOR_0 | |
| JOINTS_0 | |
| NORMAL | |
| POSITION | |
| TANGENT | |
| TEXCOORD_0 | |
| TEXCOORD_1 | |
| TEXCOORD_2 | |
| TEXCOORD_3 | |
| WEIGHTS_0 |