TDME2  1.9.200
GenerateBillboardLOD.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
4 
5 #include <tdme/tdme.h>
8 
10 
11 using std::string;
12 
14 
15 /**
16  * Generate billboard LOD utility class
17  */
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 };
Representation of a 3D model.
Definition: Model.h:35
Generate billboard LOD utility class.
static Model * generate(Model *model, const string &pathName, const string &fileName)
Generate billboard LOD.
Pop ups controller accessor class.
Definition: PopUps.h:29