agargaro / instanced-mesh

Enhanced InstancedMesh with frustum culling, fast raycasting (using BVH), sorting, visibility management, LOD and more.
MIT License
120 stars 8 forks source link

Fix instance visibility if `perObjectFrustumCulled` is false #15

Closed agargaro closed 2 weeks ago

agargaro commented 2 weeks ago

This PR does not fix the scenario where sortObjects is true, which will be fixed later.

cc @tobiascornille

related to #4

sonarcloud[bot] commented 2 weeks ago

Quality Gate Passed Quality Gate passed

Issues
4 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

tobiascornille commented 2 weeks ago

@agargaro Works well, thank you 🙏