summaryrefslogtreecommitdiffstats
path: root/modules/gltf/register_types.cpp
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2024-10-04 00:19:12 -0700
committerAaron Franke <arnfranke@yahoo.com>2024-11-04 17:55:39 -0800
commit4b66a25f52819a09a13b59116ec51c5dc985c4aa (patch)
tree0f296e9f04621d91a6a8f2c7fb783a60b4aa6e16 /modules/gltf/register_types.cpp
parentcd367b3da3fead07e2e97bb22632f41f70f83fb9 (diff)
downloadredot-engine-4b66a25f52819a09a13b59116ec51c5dc985c4aa.tar.gz
GLTF: Implement the glTF Object Model to support JSON pointer properties
Diffstat (limited to 'modules/gltf/register_types.cpp')
-rw-r--r--modules/gltf/register_types.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gltf/register_types.cpp b/modules/gltf/register_types.cpp
index 53e9f2b84c..fbc3ae611c 100644
--- a/modules/gltf/register_types.cpp
+++ b/modules/gltf/register_types.cpp
@@ -37,6 +37,7 @@
#include "extensions/physics/gltf_document_extension_physics.h"
#include "gltf_document.h"
#include "gltf_state.h"
+#include "structures/gltf_object_model_property.h"
#ifdef TOOLS_ENABLED
#include "editor/editor_import_blend_runner.h"
@@ -112,6 +113,7 @@ void initialize_gltf_module(ModuleInitializationLevel p_level) {
GDREGISTER_CLASS(GLTFLight);
GDREGISTER_CLASS(GLTFMesh);
GDREGISTER_CLASS(GLTFNode);
+ GDREGISTER_CLASS(GLTFObjectModelProperty);
GDREGISTER_CLASS(GLTFPhysicsBody);
GDREGISTER_CLASS(GLTFPhysicsShape);
GDREGISTER_CLASS(GLTFSkeleton);