From 7028cbe09c688437910a25623098762bf0fa592d Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 28 Mar 2016 22:28:34 +1000 Subject: Move Irrlicht to src/others. --- ...cene_1_1_i_dummy_transformation_scene_node.html | 216 +++++++++++++++++++++ 1 file changed, 216 insertions(+) create mode 100644 src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_dummy_transformation_scene_node.html (limited to 'src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_dummy_transformation_scene_node.html') diff --git a/src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_dummy_transformation_scene_node.html b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_dummy_transformation_scene_node.html new file mode 100644 index 0000000..8222370 --- /dev/null +++ b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_dummy_transformation_scene_node.html @@ -0,0 +1,216 @@ + + + + +Irrlicht 3D Engine: irr::scene::IDummyTransformationSceneNode Class Reference + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+ +
+
irr::scene::IDummyTransformationSceneNode Class Reference
+
+
+ +

Dummy scene node for adding additional transformations to the scene graph. + More...

+ +

#include <IDummyTransformationSceneNode.h>

+
+ + Inheritance diagram for irr::scene::IDummyTransformationSceneNode:
+
+
+ + +

List of all members.

+

+Public Member Functions

+ +

Detailed Description

+

Dummy scene node for adding additional transformations to the scene graph.

+

This scene node does not render itself, and does not respond to set/getPosition, set/getRotation and set/getScale. Its just a simple scene node that takes a matrix as relative transformation, making it possible to insert any transformation anywhere into the scene graph. This scene node is for example used by the IAnimatedMeshSceneNode for emulating joint scene nodes when playing skeletal animations.

+ +

Definition at line 23 of file IDummyTransformationSceneNode.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
irr::scene::IDummyTransformationSceneNode::IDummyTransformationSceneNode (ISceneNodeparent,
ISceneManagermgr,
s32 id 
) [inline]
+
+
+ +

Constructor.

+ +

Definition at line 28 of file IDummyTransformationSceneNode.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
virtual core::matrix4& irr::scene::IDummyTransformationSceneNode::getRelativeTransformationMatrix () [pure virtual]
+
+
+ +

Returns a reference to the current relative transformation matrix.

+

This is the matrix, this scene node uses instead of scale, translation and rotation.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + + -- cgit v1.1