Dmitry Stepanov
Dmitry Stepanov
Bots must have precise hit boxes, currently there is only one "hit box" - capsule.
Tracking issue for "Research deck" level. [Design can be found here](https://github.com/mrDIMAS/StationIapetus/blob/main/docs/design.md#research-deck)
Tracking issue for "Medical deck" level. [Design can be found here](https://github.com/mrDIMAS/StationIapetus/blob/main/docs/design.md#medical-deck)
Tracking issue for "Loading Bay" level. [Design can be found here](https://github.com/mrDIMAS/StationIapetus/blob/main/docs/design.md#loading-bay)
rg3d now supports physically-based rendering, but ambient lighting is lacking IBL which makes image less natural.
FBX has an ability to store any media inside of it, but rg3d still cannot load such FBXs correctly - a model will have missing textures at attempt to load...
GLTF seems to become commonly used format for 3D models as FBX, its support should be added.
Terrain still does not have level-of-details support, it should be added to improve performance on large terrains. This could be done by adding multiple index buffers to terrain chunks, each...
ListView widget still does not have multi-selection. Multi-selection can be useful in various situations and should be implemented.
Currently ParticleSystem is not deterministic which does not allow to make effects with complex actions over time. This task basically means that ParticleSystem has to be completely rewritten. Also this...