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

A billboard scene node. + More...

+ +

#include <IBillboardSceneNode.h>

+
+ + Inheritance diagram for irr::scene::IBillboardSceneNode:
+
+
+ + +

List of all members.

+

+Public Member Functions

+ +

Detailed Description

+

A billboard scene node.

+

A billboard is like a 3d sprite: A 2d element, which always looks to the camera. It is usually used for explosions, fire, lensflares, particles and things like that.

+ +

Definition at line 20 of file IBillboardSceneNode.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
irr::scene::IBillboardSceneNode::IBillboardSceneNode (ISceneNodeparent,
ISceneManagermgr,
s32 id,
const core::vector3dfposition = core::vector3df(0,0,0) 
) [inline]
+
+
+ +

Constructor.

+ +

Definition at line 25 of file IBillboardSceneNode.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
virtual void irr::scene::IBillboardSceneNode::getColor (video::SColortopColor,
video::SColorbottomColor 
) const [pure virtual]
+
+
+ +

Gets the color of the top and bottom vertices of the billboard.

+
Parameters:
+ + + +
[out]topColorStores the color of the top vertices
[out]bottomColorStores the color of the bottom vertices
+
+
+ +

Implemented in irr::scene::IBillboardTextSceneNode.

+ +
+
+ +
+
+ + + + + + + +
virtual const core::dimension2d<f32>& irr::scene::IBillboardSceneNode::getSize () const [pure virtual]
+
+
+ +

Returns the size of the billboard.

+

This will return the width of the bottom edge of the billboard. Use getWidths() to retrieve the bottom and top edges independently.

+
Returns:
Size of the billboard.
+ +

Implemented in irr::scene::IBillboardTextSceneNode.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
virtual void irr::scene::IBillboardSceneNode::getSize (f32height,
f32bottomEdgeWidth,
f32topEdgeWidth 
) const [pure virtual]
+
+
+ +

Gets the size of the the billboard and handles independent top and bottom edge widths correctly.

+
Parameters:
+ + + + +
[out]heightThe height of the billboard.
[out]bottomEdgeWidthThe width of the bottom edge of the billboard.
[out]topEdgeWidthThe width of the top edge of the billboard.
+
+
+ +
+
+ +
+
+ + + + + + + + +
virtual void irr::scene::IBillboardSceneNode::setColor (const video::SColoroverallColor) [pure virtual]
+
+
+ +

Set the color of all vertices of the billboard.

+
Parameters:
+ + +
[in]overallColorColor to set
+
+
+ +

Implemented in irr::scene::IBillboardTextSceneNode.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
virtual void irr::scene::IBillboardSceneNode::setColor (const video::SColortopColor,
const video::SColorbottomColor 
) [pure virtual]
+
+
+ +

Set the color of the top and bottom vertices of the billboard.

+
Parameters:
+ + + +
[in]topColorColor to set the top vertices
[in]bottomColorColor to set the bottom vertices
+
+
+ +

Implemented in irr::scene::IBillboardTextSceneNode.

+ +
+
+ +
+
+ + + + + + + + +
virtual void irr::scene::IBillboardSceneNode::setSize (const core::dimension2d< f32 > & size) [pure virtual]
+
+
+ +

Sets the size of the billboard, making it rectangular.

+ +

Implemented in irr::scene::IBillboardTextSceneNode.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
virtual void irr::scene::IBillboardSceneNode::setSize (f32 height,
f32 bottomEdgeWidth,
f32 topEdgeWidth 
) [pure virtual]
+
+
+ +

Sets the size of the billboard with independent widths of the bottom and top edges.

+
Parameters:
+ + + + +
[in]heightThe height of the billboard.
[in]bottomEdgeWidthThe width of the bottom edge of the billboard.
[in]topEdgeWidthThe width of the top edge of the billboard.
+
+
+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + + -- cgit v1.1