InterstellarJS / PlanetTech

PlanetTechJS is an open-source JavaScript library built using vanilla THREE.js, for creating and editing planets at scale
Other
42 stars 3 forks source link

Frustum culling off #10

Open miguelmyers8 opened 11 months ago

miguelmyers8 commented 11 months ago

Right now frustum culling off because the culling happens too early. Need to get the correct bounding sphere for each quad so the camera knows the quad is inside the camera frustum.