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/a02199.html | 210 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 210 insertions(+) create mode 100644 docs/doxygen/nel/a02199.html (limited to 'docs/doxygen/nel/a02199.html') diff --git a/docs/doxygen/nel/a02199.html b/docs/doxygen/nel/a02199.html new file mode 100644 index 00000000..86dc21c3 --- /dev/null +++ b/docs/doxygen/nel/a02199.html @@ -0,0 +1,210 @@ + + +NeL: NL3D::CAnimatedMaterial::CTexAnimatedMatValues struct Reference + + + +
+

NL3D::CAnimatedMaterial::CTexAnimatedMatValues Struct Reference

+ + + + + + + + + + + + + + + +

Public Member Functions

void affect (CMaterialBase::CTexAnimTracks &at)

Data Fields

CAnimatedValueFloat _UScale
CAnimatedValueFloat _UTrans
CAnimatedValueFloat _VScale
CAnimatedValueFloat _VTrans
CAnimatedValueFloat _WRot
+

Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NL3D::CAnimatedMaterial::CTexAnimatedMatValues::affect CMaterialBase::CTexAnimTracks at  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 271 of file animated_material.h. +

+References _UScale, _UTrans, _VScale, _VTrans, _WRot, NL3D::CAnimatedValueBlendable< float >::affect(), NL3D::CMaterialBase::CTexAnimTracks::DefaultUScale, NL3D::CMaterialBase::CTexAnimTracks::DefaultUTrans, NL3D::CMaterialBase::CTexAnimTracks::DefaultVScale, NL3D::CMaterialBase::CTexAnimTracks::DefaultVTrans, NL3D::CMaterialBase::CTexAnimTracks::DefaultWRot, and NL3D::CTrackDefaultBlendable< float >::getValue(). +

+Referenced by NL3D::CAnimatedMaterial::CAnimatedMaterial(). +

+

00272                 {
+00273                         _UTrans.affect(at.DefaultUTrans.getValue());
+00274                         _VTrans.affect(at.DefaultVTrans.getValue());
+00275                         _UScale.affect(at.DefaultUScale.getValue());
+00276                         _VScale.affect(at.DefaultVScale.getValue());
+00277                         _WRot.affect(at.DefaultWRot.getValue());
+00278 
+00279                 }
+
+


Field Documentation

+

+ + + + +
+ + +
CAnimatedValueFloat NL3D::CAnimatedMaterial::CTexAnimatedMatValues::_UScale +
+
+ + + + + +
+   + + +

+ +

+Definition at line 267 of file animated_material.h. +

+Referenced by affect(), NL3D::CAnimatedMaterial::getValue(), and NL3D::CAnimatedMaterial::update().

+

+ + + + +
+ + +
CAnimatedValueFloat NL3D::CAnimatedMaterial::CTexAnimatedMatValues::_UTrans +
+
+ + + + + +
+   + + +

+ +

+Definition at line 265 of file animated_material.h. +

+Referenced by affect(), NL3D::CAnimatedMaterial::getValue(), and NL3D::CAnimatedMaterial::update().

+

+ + + + +
+ + +
CAnimatedValueFloat NL3D::CAnimatedMaterial::CTexAnimatedMatValues::_VScale +
+
+ + + + + +
+   + + +

+ +

+Definition at line 268 of file animated_material.h. +

+Referenced by affect(), NL3D::CAnimatedMaterial::getValue(), and NL3D::CAnimatedMaterial::update().

+

+ + + + +
+ + +
CAnimatedValueFloat NL3D::CAnimatedMaterial::CTexAnimatedMatValues::_VTrans +
+
+ + + + + +
+   + + +

+ +

+Definition at line 266 of file animated_material.h. +

+Referenced by affect(), NL3D::CAnimatedMaterial::getValue(), and NL3D::CAnimatedMaterial::update().

+

+ + + + +
+ + +
CAnimatedValueFloat NL3D::CAnimatedMaterial::CTexAnimatedMatValues::_WRot +
+
+ + + + + +
+   + + +

+ +

+Definition at line 269 of file animated_material.h. +

+Referenced by affect(), NL3D::CAnimatedMaterial::getValue(), and NL3D::CAnimatedMaterial::update().

+


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