pex-gl / pex-renderer

Physically based renderer (PBR) and scene graph for PEX.
https://pex-gl.github.io/pex-renderer/examples/index.html
MIT License
234 stars 16 forks source link

Port to ECS #304

Closed vorg closed 10 months ago

vorg commented 2 years ago

Log of outstanding issues and roadblocks

Open Questions

vorg commented 2 years ago

The tags and parent params were switched in createEntity factory function

return createEntity(components, tags, this);
export default function createEntity(components, parent, tags) {
constructor(components, tags, renderer) {
vorg commented 2 years ago