xoreos  0.0.5
Public Member Functions | Private Attributes | List of all members
Engines::KotOR2::KotOR2ModelLoader Class Reference

#include <modelloader.h>

Inheritance diagram for Engines::KotOR2::KotOR2ModelLoader:
Inheritance graph
[legend]
Collaboration diagram for Engines::KotOR2::KotOR2ModelLoader:
Collaboration graph
[legend]

Public Member Functions

 KotOR2ModelLoader (bool xbox)
 
Graphics::Aurora::Modelload (const Common::UString &resref, Graphics::Aurora::ModelType type, const Common::UString &texture)
 
- Public Member Functions inherited from Engines::ModelLoader
virtual ~ModelLoader ()
 
virtual void free (Graphics::Aurora::Model *&model)
 

Private Attributes

bool _xbox
 
Graphics::Aurora::ModelCache _modelCache
 

Detailed Description

Definition at line 36 of file modelloader.h.

Constructor & Destructor Documentation

◆ KotOR2ModelLoader()

Engines::KotOR2::KotOR2ModelLoader::KotOR2ModelLoader ( bool  xbox)

Definition at line 36 of file modelloader.cpp.

Member Function Documentation

◆ load()

Graphics::Aurora::Model * Engines::KotOR2::KotOR2ModelLoader::load ( const Common::UString resref,
Graphics::Aurora::ModelType  type,
const Common::UString texture 
)
virtual

Implements Engines::ModelLoader.

Definition at line 39 of file modelloader.cpp.

References _modelCache, and _xbox.

Member Data Documentation

◆ _modelCache

Graphics::Aurora::ModelCache Engines::KotOR2::KotOR2ModelLoader::_modelCache
private

Definition at line 46 of file modelloader.h.

Referenced by load().

◆ _xbox

bool Engines::KotOR2::KotOR2ModelLoader::_xbox
private

Definition at line 44 of file modelloader.h.

Referenced by load().


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