godot engine module to help with creating/optimizing in-game props.
Go to file
2020-07-05 15:13:43 +02:00
clutter Make sure the dependencies are actually optional. 2020-04-06 22:53:09 +02:00
doc_classes Typo fix in config.py. Sync classref to the current source. 2020-04-18 02:37:34 +02:00
editor Implement prop conversion logic. 2020-07-02 23:04:25 +02:00
processor Added PropDataProcessor. This will enable scene to PropData conversion to be easily scriptable. Added an api for it into PropUtils. 2020-07-02 17:57:11 +02:00
props Cleanups to PropData's api. 2020-07-05 15:13:43 +02:00
singleton Implement prop conversion logic. 2020-07-02 23:04:25 +02:00
.gitignore Moved everything that is prop related from Voxelman to here. Note that Voxelman is required for this to compile for now. This will be fixed soon. 2020-04-03 09:23:01 +02:00
config.py Moved PropDataMesh to the mesh data resource module. 2020-07-05 14:54:15 +02:00
LICENSE Moved everything that is prop related from Voxelman to here. Note that Voxelman is required for this to compile for now. This will be fixed soon. 2020-04-03 09:23:01 +02:00
prop_ess_entity.cpp Added a few skeleton classes. 2020-04-03 13:45:55 +02:00
prop_ess_entity.h Fix build for 4.0. 2020-04-09 12:36:33 +02:00
prop_instance_job.cpp Work on PropMeshDataInstance, and PropInstance. 2020-06-22 02:32:53 +02:00
prop_instance_job.h Work on PropMeshDataInstance, and PropInstance. 2020-06-22 02:32:53 +02:00
prop_instance.cpp Moved PropMeshDataInstance into the mesh_data_resource module. 2020-06-27 21:44:10 +02:00
prop_instance.h Moved PropMeshDataInstance into the mesh_data_resource module. 2020-06-27 21:44:10 +02:00
README.md Moved everything that is prop related from Voxelman to here. Note that Voxelman is required for this to compile for now. This will be fixed soon. 2020-04-03 09:23:01 +02:00
register_types.cpp Moved PropDataMesh to the mesh data resource module. 2020-07-05 14:54:15 +02:00
register_types.h Moved everything that is prop related from Voxelman to here. Note that Voxelman is required for this to compile for now. This will be fixed soon. 2020-04-03 09:23:01 +02:00
SCsub Moved PropDataMesh to the mesh data resource module. 2020-07-05 14:54:15 +02:00

Props

A prop module for godot.