Oxygen Engine
Modern C++ 3D Engine using OpenGL
Loading...
Searching...
No Matches
sphere.h
1
#ifndef OE_SCENE_PRIMITIVE_SPHERE_H
2
#define OE_SCENE_PRIMITIVE_SPHERE_H
3
4
#include "../mesh.h"
5
6
namespace
oe::scene::primitive
7
{
8
class
Sphere
:
public
Mesh
9
{
10
public
:
11
Sphere
(
const
unsigned
int
& segments = 64,
const
float
& uv_scale = 1.0);
12
};
13
}
14
15
#endif
oe::scene::Mesh
Definition
mesh.h:333
oe::scene::primitive::Sphere
Definition
sphere.h:9
oe::scene::primitive
Standard mesh primitives (Cube, Plane, Teapot, etc...)
Definition
cube.h:8
OxygenEngine
scene
primitive
sphere.h
Generated by
1.9.8