The Dirtchamber
A mixed reality testing environment for real-time global illumination algorithms
List of all members
dune::assimp_mesh::mesh_info Struct Reference

A helper struct to supply information about submeshes loaded by Assimp. More...

#include <assimp_mesh.h>

Inheritance diagram for dune::assimp_mesh::mesh_info:
dune::aabb< DirectX::XMFLOAT3 >

Additional Inherited Members

- Public Member Functions inherited from dune::aabb< DirectX::XMFLOAT3 >
DirectX::XMFLOAT3 center () const
 Returns the center of the bounding-box.
 
DirectX::XMFLOAT3 bb_max () const
 Returns the maximum (upper/right/back) of the bounding-box.
 
DirectX::XMFLOAT3 bb_min () const
 Returns the minimum (lower/left/front) of the bounding-box.
 
virtual void set_world (const DirectX::XMFLOAT4X4 &world)
 Update the world matrix of this mesh.
 
const DirectX::XMFLOAT4X4 & world ()
 Returns the current world matrix of this mesh.
 
- Protected Member Functions inherited from dune::aabb< DirectX::XMFLOAT3 >
void init_bb (const DirectX::XMFLOAT3 &p)
 Initialize the bounding-box with a first point. More...
 
void update_bb (const DirectX::XMFLOAT3 &p)
 Update the bounding-box with a new point. More...
 

Detailed Description

A helper struct to supply information about submeshes loaded by Assimp.


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