All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
InteriorGeometryReader.h
1 #pragma once
2 
3 #include "Types.h"
4 #include "ChunkedFileFormat.h"
5 #include "Rendering.h"
6 #include "Space.h"
7 #include "Resources.h"
8 #include <string>
9 
10 namespace Eegeo
11 {
12  namespace Resources
13  {
14  namespace Interiors
15  {
16  namespace Builder
17  {
19  {
20  public:
21 
24  Rendering::IMeshUploadService& meshUploadService);
25 
28  const Space::CubeMap::CubeMapCellInfo& cellInfo,
31  const std::string& meshNamePrefix);
32 
33  private:
34 
36  Rendering::IMeshUploadService& m_meshUploadService;
37  };
38  }
39  }
40  }
41 }
42