voxelTerrain
Main Page
Classes
Files
Examples
File List
All
Classes
Functions
Variables
Typedefs
Enumerations
Pages
modules
procedural
source
blub
procedural
voxel
vertex.hpp
1
#ifndef BLUB_PROCEDURAL_VOXEL_VERTEX
2
#define BLUB_PROCEDURAL_VOXEL_VERTEX
3
4
#include "blub/math/vector3.hpp"
5
6
7
namespace
blub
8
{
9
namespace
procedural
10
{
11
namespace
voxel
12
{
13
14
15
struct
vertex
16
{
17
vector3
position;
18
vector3
normal;
19
};
20
21
22
}
23
}
24
}
25
26
27
#endif // BLUB_PROCEDURAL_VOXEL_VERTEX
28
blub::vector3
Definition:
vector3.hpp:26
blub
Definition:
deadlineTimer.hpp:10
blub::procedural::voxel::vertex
Definition:
vertex.hpp:15
Generated on Sat Jan 31 2015 13:35:23 for voxelTerrain by
1.8.8