Oxygen Engine
Modern C++ 3D Engine using OpenGL
Loading...
Searching...
No Matches
teapot.h
1
#ifndef OE_SCENE_PRIMITIVE_TEAPOT_H
2
#define OE_SCENE_PRIMITIVE_TEAPOT_H
3
4
#include "../mesh.h"
5
6
namespace
oe::scene::primitive
7
{
11
class
Teapot
:
public
Mesh
12
{
13
public
:
14
Teapot
(
const
int32_t lod = 4);
15
};
16
}
17
18
#endif
oe::scene::Mesh
Definition
mesh.h:333
oe::scene::primitive::Teapot
The Utah teapot.
Definition
teapot.h:12
oe::scene::primitive
Standard mesh primitives (Cube, Plane, Teapot, etc...)
Definition
cube.h:8
OxygenEngine
scene
primitive
teapot.h
Generated by
1.9.8