Rootex icon indicating copy to clipboard operation
Rootex copied to clipboard

An advanced C++ 3D game engine powering an in-production game yet to be announced

Results 75 Rootex issues
Sort by recently updated
recently updated
newest added

changing model file of `AnimatedModelComponent` doesn't recompute the bounding box, the same issue may be with `ModelComponent` ![image](https://user-images.githubusercontent.com/43549821/151679363-894c9367-6171-4185-92aa-dcb75d620eee.png)

bug
needs-testing

Currently spring arm component only linearly interpolates according to the target's position. Spring arm should also detect camera's collision with other objects and reel it in accordingly. Also, add rotation...

enhancement

https://docs.microsoft.com/en-us/windows/win32/api/d3d11shader/nn-d3d11shader-id3d11shaderreflection This would save us the hassle of adding these manually in the GUI and making same changes in respective shaders

enhancement

This will be useful for enemy AI implementations. Could be coupled with some visual scripting to ease the flow.

enhancement

Since we are exploring computational geometry, we *may* try to add destructible meshes. Refer: https://www.diva-portal.org/smash/get/diva2:1452512/FULLTEXT02

enhancement

Add support for triggering controller vibration. This should be easily achievable through Gainput. Refer : https://github.com/jkuhlmann/gainput/blob/master/samples/basic/basicsample_win.cpp#L129-L140

enhancement

to improve visibility and detect buggy colliders

enhancement

This happens randomly and there doesn't seem to be any pattern to it. So, the crash could happen on the first call or even after a long number of calls....

bug
needs-testing