Arthur Cormerais
Arthur Cormerais
Technical roadmap for rendering topics currently planned or in the works, in estimated chronological order. Individual issues/PRs are open for each item, done items may eventually be removed from this...
`Camera:ScreenToRay` would return a `Ray` object from a given `Number2` screen point
## All platforms - [x] the chat text string is limited to a small number of characters, that should be increased as it makes inputting some commands impossible ; it...
Sub-tasks to fully implement instancing, divided into what could be individual PRs, - [x] remove shape pivot transform https://github.com/voxowl/particubes-private/pull/4726 https://github.com/cubzh/cubzh/pull/538 - [ ] decouple `Shape` and `Transform` - [ ]...
Sub-tasks to work towards reducing state swaps, which is one major component of our CPU usage each frame, - [x] Reduce shader variants - [x] Quads https://github.com/voxowl/particubes-private/pull/4739 - [x] Shapes...