Dmitry Stepanov

Results 65 issues of 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.

enhancement
graphics

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...

enhancement

GLTF seems to become commonly used format for 3D models as FBX, its support should be added.

enhancement

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...

enhancement
graphics

ListView widget still does not have multi-selection. Multi-selection can be useful in various situations and should be implemented.

user-interface

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...

graphics