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

Interface for making multiple triangle selectors work as one big selector. + More...

+ +

#include <IMetaTriangleSelector.h>

+
+ + Inheritance diagram for irr::scene::IMetaTriangleSelector:
+
+
+ + +

List of all members.

+

+Public Member Functions

+ +

Detailed Description

+

Interface for making multiple triangle selectors work as one big selector.

+

This is nothing more than a collection of one or more triangle selectors providing together the interface of one triangle selector. In this way, collision tests can be done with different triangle soups in one pass.

+ +

Definition at line 20 of file IMetaTriangleSelector.h.

+

Member Function Documentation

+ +
+
+ + + + + + + + +
virtual void irr::scene::IMetaTriangleSelector::addTriangleSelector (ITriangleSelectortoAdd) [pure virtual]
+
+
+ +

Adds a triangle selector to the collection of triangle selectors.

+
Parameters:
+ + +
toAdd,:Pointer to an triangle selector to add to the list.
+
+
+ +
+
+ +
+
+ + + + + + + +
virtual void irr::scene::IMetaTriangleSelector::removeAllTriangleSelectors () [pure virtual]
+
+
+ +

Removes all triangle selectors from the collection.

+ +
+
+ +
+
+ + + + + + + + +
virtual bool irr::scene::IMetaTriangleSelector::removeTriangleSelector (ITriangleSelectortoRemove) [pure virtual]
+
+
+ +

Removes a specific triangle selector from the collection.

+
Parameters:
+ + +
toRemove,:Pointer to an triangle selector which is in the list but will be removed.
+
+
+
Returns:
True if successful, false if not.
+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + + -- cgit v1.1