From f9158592e1478b2013afc7041d9ed041cf2d2f4a Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 13 Jan 2014 19:47:58 +1000 Subject: Update Irrlicht to 1.8.1. Include actual change markers this time. lol --- ...irr_1_1scene_1_1_i_particle_sphere_emitter.html | 259 +++++++++++++++++++++ 1 file changed, 259 insertions(+) create mode 100644 libraries/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_particle_sphere_emitter.html (limited to 'libraries/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_particle_sphere_emitter.html') diff --git a/libraries/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_particle_sphere_emitter.html b/libraries/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_particle_sphere_emitter.html new file mode 100644 index 0000000..dbeebdb --- /dev/null +++ b/libraries/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_particle_sphere_emitter.html @@ -0,0 +1,259 @@ + + + + +Irrlicht 3D Engine: irr::scene::IParticleSphereEmitter Class Reference + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+ +
+
irr::scene::IParticleSphereEmitter Class Reference
+
+
+ +

A particle emitter which emits from a spherical space. + More...

+ +

#include <IParticleSphereEmitter.h>

+
+ + Inheritance diagram for irr::scene::IParticleSphereEmitter:
+
+
+ + +

List of all members.

+

+Public Member Functions

+ +

Detailed Description

+

A particle emitter which emits from a spherical space.

+ +

Definition at line 16 of file IParticleSphereEmitter.h.

+

Member Function Documentation

+ +
+
+ + + + + + + +
virtual const core::vector3df& irr::scene::IParticleSphereEmitter::getCenter () const [pure virtual]
+
+
+ +

Get the center of the sphere for particle emissions.

+ +
+
+ +
+
+ + + + + + + +
virtual f32 irr::scene::IParticleSphereEmitter::getRadius () const [pure virtual]
+
+
+ +

Get the radius of the sphere for particle emissions.

+ +
+
+ +
+
+ + + + + + + +
virtual E_PARTICLE_EMITTER_TYPE irr::scene::IParticleSphereEmitter::getType () const [inline, virtual]
+
+
+ +

Get emitter type.

+ +

Reimplemented from irr::scene::IParticleEmitter.

+ +

Definition at line 33 of file IParticleSphereEmitter.h.

+ +

References irr::scene::EPET_SPHERE.

+ +
+
+ +
+
+ + + + + + + + +
virtual void irr::scene::IParticleSphereEmitter::setCenter (const core::vector3dfcenter) [pure virtual]
+
+
+ +

Set the center of the sphere for particle emissions.

+ +
+
+ +
+
+ + + + + + + + +
virtual void irr::scene::IParticleSphereEmitter::setRadius (f32 radius) [pure virtual]
+
+
+ +

Set the radius of the sphere for particle emissions.

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