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. --- ...rr_1_1scene_1_1_i_shadow_volume_scene_node.html | 235 +++++++++++++++++++++ 1 file changed, 235 insertions(+) create mode 100644 src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_shadow_volume_scene_node.html (limited to 'src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_shadow_volume_scene_node.html') diff --git a/src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_shadow_volume_scene_node.html b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_shadow_volume_scene_node.html new file mode 100644 index 0000000..5d771d7 --- /dev/null +++ b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_shadow_volume_scene_node.html @@ -0,0 +1,235 @@ + + + + +Irrlicht 3D Engine: irr::scene::IShadowVolumeSceneNode Class Reference + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+ +
+
irr::scene::IShadowVolumeSceneNode Class Reference
+
+
+ +

Scene node for rendering a shadow volume into a stencil buffer. + More...

+ +

#include <IShadowVolumeSceneNode.h>

+
+ + Inheritance diagram for irr::scene::IShadowVolumeSceneNode:
+
+
+ + +

List of all members.

+

+Public Member Functions

+ +

Detailed Description

+

Scene node for rendering a shadow volume into a stencil buffer.

+ +

Definition at line 17 of file IShadowVolumeSceneNode.h.

+

Constructor & Destructor Documentation

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

constructor

+ +

Definition at line 22 of file IShadowVolumeSceneNode.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
virtual void irr::scene::IShadowVolumeSceneNode::setShadowMesh (const IMeshmesh) [pure virtual]
+
+
+ +

Sets the mesh from which the shadow volume should be generated.

+

To optimize shadow rendering, use a simpler mesh for shadows.

+ +
+
+ +
+
+ + + + + + + +
virtual void irr::scene::IShadowVolumeSceneNode::updateShadowVolumes () [pure virtual]
+
+
+ +

Updates the shadow volumes for current light positions.

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