firtoz / react-three-renderer-fiber

Porting R3R to use React Fiber
MIT License
94 stars 10 forks source link

Simplify geometry parenting #71

Open toxicFork opened 6 years ago

toxicFork commented 6 years ago

Via https://github.com/toxicFork/react-three-renderer-fiber/pull/67#issuecomment-410544204

toxicFork commented 5 years ago

To consider if there's time.

Either: child places itself into parent and removes itself from parent

Or: parent handles addition/removal of children.