Files
ReFuel.Gltf/ReFuel.Gltf/GltfAttributeType.cs
2025-10-12 14:33:16 +03:00

14 lines
206 B
C#
Executable File

namespace ReFuel.Gltf
{
public enum GltfAttributeType
{
Position,
Normal,
Tangent,
TexCoord,
Color,
Joints,
Weights,
Custom
}
}