Rootex
Rootex copied to clipboard
An advanced C++ 3D game engine powering an in-production game yet to be announced
Fixes #540. Result: 
Remove Music Component from Pause Scene Expose `updateTransform()` of Bullet Defer calls of `System::pause()` and `System::unPause()` Expose getter and setter functions of Material Overrides
Effects made on effekseer are not showing the intended graphics in Rootex. One way of fixing this is upgrading Effekseer
Inputs and timings can be easily serialised into a json file by wrapping the current InputHandlers. Further `InputManager` can use this data to replay the event queue. Will be very...
using the Simple_Distortion.efkefc in the ParticleEffectComponent shows some problems with it. After Selecting the ```Moving``` option, when the scene containing the ParticleEffectComponent is moved, the effect shows up at the...
When an *.efkproj file is loaded in the ParticleEffectComponent of a scene, an exception is thrown on Line 370 of Effekseer.Effect.cpp Effects used : https://effekseer.github.io/contributes/Effekseer01.zip
Possible options: - use seperate entity to maintain state like a singleton in Godot and attach directly to root - dump into json diffs and use ID for C++ objects...
If rootex is built fresh, and submodules are not intialised, then on creating a new scene, an error is thrown since game/assets folder is not present. Continuous warnings are thrown...