14 lines
206 B
C#
Executable File
14 lines
206 B
C#
Executable File
namespace ReFuel.Gltf
|
|
{
|
|
public enum GltfAttributeType
|
|
{
|
|
Position,
|
|
Normal,
|
|
Tangent,
|
|
TexCoord,
|
|
Color,
|
|
Joints,
|
|
Weights,
|
|
Custom
|
|
}
|
|
} |