From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../nel/structNL3D_1_1CSkeletonShape_1_1CLod.html | 180 +++++++++++++++++++++ 1 file changed, 180 insertions(+) create mode 100644 docs/doxygen/nel/structNL3D_1_1CSkeletonShape_1_1CLod.html (limited to 'docs/doxygen/nel/structNL3D_1_1CSkeletonShape_1_1CLod.html') diff --git a/docs/doxygen/nel/structNL3D_1_1CSkeletonShape_1_1CLod.html b/docs/doxygen/nel/structNL3D_1_1CSkeletonShape_1_1CLod.html new file mode 100644 index 00000000..73c4de25 --- /dev/null +++ b/docs/doxygen/nel/structNL3D_1_1CSkeletonShape_1_1CLod.html @@ -0,0 +1,180 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

NL3D::CSkeletonShape::CLod Struct Reference

This is a lod for skeleton. +More... +

+#include <skeleton_shape.h> +

+List of all members. + + + + + + + +

Public Methods

void serial (NLMISC::IStream &f) throw (NLMISC::EStream)

Public Attributes

float Distance
 The distance of activation of this bone. More...

std::vector< uint8ActiveBones
 Size of Bones. If a bone is active in this lod, 0xFF, else 0. More...

+


Detailed Description

+This is a lod for skeleton. +

+ +

+Definition at line 53 of file skeleton_shape.h.


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NL3D::CSkeletonShape::CLod::serial NLMISC::IStream  f throw (NLMISC::EStream)
+
+ + + + + +
+   + + +

+ +

+Definition at line 41 of file skeleton_shape.cpp.

+


Member Data Documentation

+

+ + + + +
+ + +
std::vector<uint8> NL3D::CSkeletonShape::CLod::ActiveBones +
+
+ + + + + +
+   + + +

+Size of Bones. If a bone is active in this lod, 0xFF, else 0. +

+ +

+Definition at line 58 of file skeleton_shape.h.

+

+ + + + +
+ + +
float NL3D::CSkeletonShape::CLod::Distance +
+
+ + + + + +
+   + + +

+The distance of activation of this bone. +

+ +

+Definition at line 56 of file skeleton_shape.h.

+


The documentation for this struct was generated from the following files: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1