Hugintrunk
0.1
|
a class to keep data of a single rectangle with texture coordinates More...
#include <MeshManager.h>
Public Member Functions | |
MeshCoords3D () | |
MeshCoords3D (const MeshRemapper::Coords &coords) | |
Public Attributes | |
double | tex_coords [2][2][2] |
double | vertex_coords [2][2][3] |
a class to keep data of a single rectangle with texture coordinates
Definition at line 104 of file MeshManager.h.
|
inline |
Definition at line 106 of file MeshManager.h.
|
explicit |
Definition at line 186 of file MeshManager.cpp.
References MeshRemapper::Coords::tex_c, and MeshRemapper::Coords::vertex_c.
double MeshManager::MeshInfo::MeshCoords3D::tex_coords[2][2][2] |
Definition at line 108 of file MeshManager.h.
Referenced by MeshManager::MeshInfo::CompileList(), MeshManager::PanosphereOverviewMeshInfo::GetMeshCoords3D(), and MeshManager::PlaneOverviewMeshInfo::GetMeshCoords3D().
double MeshManager::MeshInfo::MeshCoords3D::vertex_coords[2][2][3] |
Definition at line 109 of file MeshManager.h.
Referenced by MeshManager::MeshInfo::CompileList(), MeshManager::PanosphereOverviewMeshInfo::GetMeshCoords3D(), and MeshManager::PlaneOverviewMeshInfo::GetMeshCoords3D().