Interface for all geometry types (Cube, Sphere, Plane, etc.). Geometries are responsible for generating raw vertex and index data.
Returns a bounding volume that encapsulates this geometry.
The bounding volume.
Returns the raw geometry data ready for GPU upload.
The geometry data interface.
Interface for all geometry types (Cube, Sphere, Plane, etc.). Geometries are responsible for generating raw vertex and index data.