From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a02911.html | 121 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 docs/doxygen/nel/a02911.html (limited to 'docs/doxygen/nel/a02911.html') diff --git a/docs/doxygen/nel/a02911.html b/docs/doxygen/nel/a02911.html new file mode 100644 index 00000000..0a221830 --- /dev/null +++ b/docs/doxygen/nel/a02911.html @@ -0,0 +1,121 @@ + + +NeL: NL3D::CMeshMultiLod::CMeshMultiLodBuild class Reference + + + +
+

NL3D::CMeshMultiLod::CMeshMultiLodBuild Class Reference

#include <mesh_multi_lod.h> +

+


Detailed Description

+Class used to build a multi lod mesh. +

+ +

+Definition at line 60 of file mesh_multi_lod.h. + + + + + + + + + + + +

Data Fields

CMeshBase::CMeshBaseBuild BaseMesh
 The mesh base build structure.

std::vector< CBuildSlotLodMeshes
 An array of basic mesh build.

bool StaticLod
 True if this mesh is a static lod (static means it doesn't move at each frame), else false for dynamic.

+


Field Documentation

+

+ + + + +
+ + +
CMeshBase::CMeshBaseBuild NL3D::CMeshMultiLod::CMeshMultiLodBuild::BaseMesh +
+
+ + + + + +
+   + + +

+The mesh base build structure. +

+ +

+Definition at line 104 of file mesh_multi_lod.h. +

+Referenced by NL3D::CMeshMultiLod::build().

+

+ + + + +
+ + +
std::vector<CBuildSlot> NL3D::CMeshMultiLod::CMeshMultiLodBuild::LodMeshes +
+
+ + + + + +
+   + + +

+An array of basic mesh build. +

+ +

+Definition at line 107 of file mesh_multi_lod.h. +

+Referenced by NL3D::CMeshMultiLod::build().

+

+ + + + +
+ + +
bool NL3D::CMeshMultiLod::CMeshMultiLodBuild::StaticLod +
+
+ + + + + +
+   + + +

+True if this mesh is a static lod (static means it doesn't move at each frame), else false for dynamic. +

+ +

+Definition at line 101 of file mesh_multi_lod.h. +

+Referenced by NL3D::CMeshMultiLod::build().

+


The documentation for this class was generated from the following file: +
Generated on Tue Mar 16 06:55:26 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1