des ~master (2015-04-07T23:17:11Z)
Dub
Repo
SMLoader
des
assimp
loader
class
SMLoader : DesObject,
SMMeshGenerator
{
string
scene_file_name
;
const
(
aiScene
)*
scene
;
enum
PostProcess
;
this
()
;
PostProcess
[]
default_post_process
;
void
loadScene
(
string
fname
,
PostProcess
[]
pp
...)
;
SMMesh
getMesh
(
string
name
)
;
SMMesh
getMesh
(
size_t
no
)
;
SMMesh
[]
getAllMeshes
()
;
}
Constructors
this
this
()
Members
Enums
PostProcess
enum
PostProcess
process scene before loading, use Assimp3 documentation for more information
Functions
getAllMeshes
SMMesh
[]
getAllMeshes
()
getMesh
SMMesh
getMesh
(
string
name
)
getMesh
SMMesh
getMesh
(
size_t
no
)
loadScene
void
loadScene
(
string
fname
,
PostProcess
[]
pp
...)
Variables
default_post_process
PostProcess
[]
default_post_process
;
Inherited Members
From SMMeshGenerator
getMesh
SMMesh
getMesh
(
string
name
)
Meta
Source
See Implementation
des
assimp
loader
classes
SMLoader
SMLoaderException