| Description | uses | Classes, Interfaces, Objects and Records | Functions and Procedures | Types | Constants | Variables |
fb_emitters is an optional extension for FireBlade. It offers several emitter implementations for FireBlade, which are based on the EffectManagers TFB_Effect class and so are fully compatible with it. fbpriv_emitters is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
Copyright (C) 2005, 2009 by Sebastian Wagner. Special thanks to the DelphiGL community!
Requirements: FireBlade, fb_effectmanager: http://sourceforge.net/projects/fireblade/ dglOpenGL: www.delphigl.com
| Name | Description |
|---|---|
Class TFBU_CustomEmitter |
|
Class TFBU_SphereEmitter |
|
Class TFBU_CubeEmitter |
|
Class TFBU_ConeEmitter |
|
Class TFBU_FontMap |
|
Class TFBU_FontEmitter |
|
Class TFBU_FaceEmitter |
FB_BYTE = 0; |
FB_SINGLE = 1; |
FB_DOUBLE = 2; |
FB_VELOCITYMODE_ORIENTATION = 0; |
FB_VELOCITYMODE_RANDOM = 1; |
FB_BYTE = 0; |
|
Data is of Byte type |
FB_SINGLE = 1; |
|
Data is of 4 byte floating point type (Single) |
FB_DOUBLE = 2; |
|
Data is of 8 byte floating point type (Double) |
FB_VELOCITYMODE_ORIENTATION = 0; |
|
Use the Velocity Orientation Point to calculate the velocity |
FB_VELOCITYMODE_RANDOM = 1; |
|
Use VelocityAmplitude and -Offset to calculate the velocity |
10.21.07
22.05.09