|
|
|
|
|
by throw_m239339
1948 days ago
|
|
> That looks neat but why would you need a react-style reconciler to render a webgl scene? It's immediate mode...every frame is rendered according to the latest state available. What is even being reconciled? You don't, it might be a case of VRML cargo-culting or something. https://en.wikipedia.org/wiki/VRML While the DOM has some issues which makes React handy, Three.js and its "display list" have none of these problems, but I guess shoving React somewhere will translate in a better conversion for the authors of that article... |
|