Oxygen Engine
Modern C++ 3D Engine using OpenGL
Loading...
Searching...
No Matches
oe::scene::primitive Namespace Reference

Standard mesh primitives (Cube, Plane, Teapot, etc...) More...

Classes

class  Cube
 A cube mesh from (-0.5f, -0.5f, -0.5f) to (0.5f, 0.5f, 0.5f) More...
 
class  Plane
 A plane mesh from (-0.5f, -0.5f) to (0.5f, 0.5f) facing Y upward so you can use it as a simple floor. More...
 
class  Sphere
 
class  Teapot
 The Utah teapot. More...
 

Detailed Description

Standard mesh primitives (Cube, Plane, Teapot, etc...)