asny / three-d

2D/3D renderer - makes it simple to draw stuff across platforms (including web)
MIT License
1.24k stars 105 forks source link

Add Send + Sync on animation callbacks. #336

Closed surban closed 1 year ago

surban commented 1 year ago

Ensures that Mesh and InstancedMesh stay Send + Sync.

asny commented 1 year ago

Nice 💪