getCameraFrustum abstract method

Future<Frustum> getCameraFrustum()

Get the camera's culling frustum in world space. Returns a (vector_math) Frustum instance where plane0-plane6 define the left, right, bottom, top, far and near planes respectively. See Camera.h and (filament) Frustum.h for more details.

Implementation

Future<Frustum> getCameraFrustum();