Skip to content

Commit ec52d47

Browse files
authored
Merge pull request #42 from prime31/patch-2
expose Interpolation as pub
2 parents e36e55d + ac52656 commit ec52d47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Gltf.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ pub const ComponentType = types.ComponentType;
4545
pub const Target = types.Target;
4646
pub const MetallicRoughness = types.MetallicRoughness;
4747
pub const AnimationSampler = types.AnimationSampler;
48+
pub const Interpolation = types.Interpolation;
4849
pub const Channel = types.Channel;
4950
pub const MagFilter = types.MagFilter;
5051
pub const MinFilter = types.MinFilter;

0 commit comments

Comments
 (0)