diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-09-19 09:25:13 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-09-19 09:25:13 +0200 |
commit | 63c0dc690e06731224e88911ed16d1b798b681b5 (patch) | |
tree | 6410b5134348b64328db52325e654d450a2f95cc /modules/gltf/gltf_defines.h | |
parent | 97a6c9f16d6c84e281e3cf5eea49263b2b81be34 (diff) | |
parent | afe09ec9144f448323935f4b9b65a8516b3ccdd9 (diff) |
Merge pull request #66087 from aaronfranke/gltf-minor-light
Minor enhancements to the GLTF module (lights and docs)
Diffstat (limited to 'modules/gltf/gltf_defines.h')
-rw-r--r-- | modules/gltf/gltf_defines.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gltf/gltf_defines.h b/modules/gltf/gltf_defines.h index c20c87f798..9ee2397968 100644 --- a/modules/gltf/gltf_defines.h +++ b/modules/gltf/gltf_defines.h @@ -66,9 +66,9 @@ using GLTFBufferIndex = int; using GLTFBufferViewIndex = int; using GLTFCameraIndex = int; using GLTFImageIndex = int; +using GLTFLightIndex = int; using GLTFMaterialIndex = int; using GLTFMeshIndex = int; -using GLTFLightIndex = int; using GLTFNodeIndex = int; using GLTFSkeletonIndex = int; using GLTFSkinIndex = int; |