pandemonium_engine/modules/mesh_data_resource
2022-08-23 13:09:12 +02:00
..
doc_classes Re-extracted the class docs. 2022-08-23 13:09:12 +02:00
editor Added an icon for MeshDataResource, MeshDataInstance, and for the meshDataInstance editor toggle. 2022-08-20 03:11:31 +02:00
icons Added an icon for MeshDataResource, MeshDataInstance, and for the meshDataInstance editor toggle. 2022-08-20 03:11:31 +02:00
nodes Renamed the VisualServer to RenderringServer like in Godot4, as I think it's a lot better name for it. I did not yet rename the files. 2022-08-19 20:50:20 +02:00
plugin Renamed the VisualServer to RenderringServer like in Godot4, as I think it's a lot better name for it. I did not yet rename the files. 2022-08-19 20:50:20 +02:00
plugin_gltf Moved the editor only modules to a new editor_modules folder. 2022-08-19 22:46:53 +02:00
props Clang format all files. 2022-03-18 19:00:13 +01:00
props_2d Clang format all files. 2022-03-18 19:00:13 +01:00
screenshots Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
.gitignore Run godot's formatting script. 2022-03-16 09:02:48 +01:00
config.py Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
LICENSE Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
mesh_data_resource_collection.cpp Removed now unnecessary version.h includes. 2022-03-18 03:56:41 +01:00
mesh_data_resource_collection.h Moved Object related classes under core/object. 2022-08-17 13:45:14 +02:00
mesh_data_resource.cpp Moved Variant related classes under a variant folder in core. 2022-08-17 13:17:12 +02:00
mesh_data_resource.h Moved Object related classes under core/object. 2022-08-17 13:45:14 +02:00
register_types.cpp Check whether the gltf module is enabled or not before trying to use it. 2022-08-07 20:50:41 +02:00
register_types.h Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
SCsub Actually check whether modules are enabled, not just for their existence in mesh_data_resource's SCsub. 2022-08-07 20:49:29 +02:00