TDME2
1.9.200
src
tdme
tools
editor
misc
GenerateBillboardLOD.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
5
#include <
tdme/tdme.h
>
6
#include <
tdme/engine/model/fwd-tdme.h
>
7
#include <
tdme/tools/editor/misc/fwd-tdme.h
>
8
9
using
tdme::engine::model::Model
;
10
11
using
std::string;
12
13
using
tdme::tools::editor::misc::PopUps
;
14
15
/**
16
* Generate billboard LOD utility class
17
*/
18
class
tdme::tools::editor::misc::GenerateBillboardLOD
19
{
20
public
:
21
/**
22
* Generate billboard LOD
23
* @param prototype prototype
24
* @param model model
25
* @param pathName path name
26
* @param fileName file name
27
* @return generated billboard model
28
*/
29
static
Model
*
generate
(
30
Model
* model,
31
const
string
& pathName,
32
const
string
& fileName
33
);
34
35
};
tdme::engine::model::Model
Representation of a 3D model.
Definition:
Model.h:35
tdme::tools::editor::misc::GenerateBillboardLOD
Generate billboard LOD utility class.
Definition:
GenerateBillboardLOD.h:19
tdme::tools::editor::misc::GenerateBillboardLOD::generate
static Model * generate(Model *model, const string &pathName, const string &fileName)
Generate billboard LOD.
Definition:
GenerateBillboardLOD.cpp:65
tdme::tools::editor::misc::PopUps
Pop ups controller accessor class.
Definition:
PopUps.h:29
fwd-tdme.h
tdme.h
fwd-tdme.h
Generated by
1.9.1