GLTF: Implement the glTF Object Model to support JSON pointer properties

This commit is contained in:
Aaron Franke
2024-10-04 00:19:12 -07:00
parent cd367b3da3
commit 4b66a25f52
18 changed files with 931 additions and 1 deletions

View File

@ -20,6 +20,7 @@ def get_doc_classes():
"GLTFLight",
"GLTFMesh",
"GLTFNode",
"GLTFObjectModelProperty",
"GLTFPhysicsBody",
"GLTFPhysicsShape",
"GLTFSkeleton",