ProjectedTextures
Prototype software for spacial augmented reality applications.
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
SceneDestroyer Class Reference

#include <Geometry.h>

Inheritance diagram for SceneDestroyer:

Public Member Functions

 SceneDestroyer (Assimp::Importer *importer)
 
 ~SceneDestroyer (void)
 

Protected Member Functions

void run ()
 

Protected Attributes

Assimp::Importer * importer
 

Detailed Description

aparently, it takes assimp forever to execute FreeScene() sometimes. so, this thread does it in the background.

Constructor & Destructor Documentation

SceneDestroyer::SceneDestroyer ( Assimp::Importer *  importer)
inline
SceneDestroyer::~SceneDestroyer ( void  )
inline

Member Function Documentation

void SceneDestroyer::run ( )
inlineprotected

Member Data Documentation

Assimp::Importer* SceneDestroyer::importer
protected

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