NTrace
GPU ray tracing framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
FW::ImportState Struct Reference

Public Attributes

Mesh< VertexPNT > * mesh
 
Array< Vec3fpositions
 
Array< Vec2ftexCoords
 
Array< Vec3fnormals
 
Hash< Vec3i, S32vertexHash
 
Hash< String, MaterialmaterialHash
 
Array< S32vertexTmp
 
Array< Vec3iindexTmp
 

Detailed Description

Definition at line 55 of file MeshWavefrontIO.cpp.

Member Data Documentation

Array<Vec3i> FW::ImportState::indexTmp

Definition at line 67 of file MeshWavefrontIO.cpp.

Hash<String, Material> FW::ImportState::materialHash

Definition at line 64 of file MeshWavefrontIO.cpp.

Mesh<VertexPNT>* FW::ImportState::mesh

Definition at line 57 of file MeshWavefrontIO.cpp.

Array<Vec3f> FW::ImportState::normals

Definition at line 61 of file MeshWavefrontIO.cpp.

Array<Vec3f> FW::ImportState::positions

Definition at line 59 of file MeshWavefrontIO.cpp.

Array<Vec2f> FW::ImportState::texCoords

Definition at line 60 of file MeshWavefrontIO.cpp.

Hash<Vec3i, S32> FW::ImportState::vertexHash

Definition at line 63 of file MeshWavefrontIO.cpp.

Array<S32> FW::ImportState::vertexTmp

Definition at line 66 of file MeshWavefrontIO.cpp.


The documentation for this struct was generated from the following file: