[SOLVED] How can we get a list of objects that Three.js is rendering inside the camera (not frustum culled)?

:+1:

I’ll do similar to what the WebGLRenderer does (generate a frustum based on the camera and see if an object intersects).

EDIT: That worked fine. [SOLVED]