Pavel Boytchev
Pavel Boytchev
### Description The default background color of `WebGLRenderer` is black. The default background color of `WebGPURenderer` is white. It will improve the consistency if both renderers have the same default...
### Description TSL allows many parameters to functions `min(...)` and `max(...)`. Using more than 2 parameters, however, fails: * Both GLSL and WGSL trigger a syntax error, as they support...
### Description When a TSL code is translated into GLSL or WGSL some identifiers may break the code, because they collide with keywords or reserved words. For example, a TSL...
Currently the animations are not processed and the user has no access to them.
There are some types, e.g. `child.children.lenhth` in `suica-model.js` that will be fund by eslinting the code.
Because of changes in Suica 3.0 the documentation must be updated: * the docs about [Video capturing](https://boytchev.github.io/suica/docs/suica.html#video-capturing) * the docs about [`capture`](https://boytchev.github.io/suica/docs/suica.html#capture) * the docs about [Suica constants](https://boytchev.github.io/suica/docs/suica.html#constants) * some...