All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
CubePrimitive.h
1 // Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2 
3 #include "VectorMathDecl.h"
4 #include "Types.h"
5 #include <vector>
6 
7 namespace Eegeo
8 {
9  namespace Rendering
10  {
11  namespace Geometry
12  {
13  void BuildUnitCube(std::vector<v3>& out_vertices, std::vector<u16>& out_indices);
14  }
15  }
16 }