source: OGRE/trunk/ogrenew/Docs/manual/manual_28.html @ 692

Revision 692, 4.0 KB checked in by mattausch, 18 years ago (diff)

adding ogre 1.2 and dependencies

Line 
1<HTML>
2<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
3<!-- Created on , 12 2006 by texi2html 1.64 -->
4<!--
5Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
6            Karl Berry  <karl@freefriends.org>
7            Olaf Bachmann <obachman@mathematik.uni-kl.de>
8            and many others.
9Maintained by: Olaf Bachmann <obachman@mathematik.uni-kl.de>
10Send bugs and suggestions to <texi2html@mathematik.uni-kl.de>
11 
12-->
13<HEAD>
14<TITLE>OGRE Manual v1.2.0 ('Dagon'): Particle Emitters</TITLE>
15
16<META NAME="description" CONTENT="OGRE Manual v1.2.0 ('Dagon'): Particle Emitters">
17<META NAME="keywords" CONTENT="OGRE Manual v1.2.0 ('Dagon'): Particle Emitters">
18<META NAME="resource-type" CONTENT="document">
19<META NAME="distribution" CONTENT="global">
20<META NAME="Generator" CONTENT="texi2html 1.64">
21<LINK TYPE="text/css" rel="stylesheet" href="../style.css"> 
22</HEAD>
23
24<BODY LANG="" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#800080" ALINK="#FF0000">
25
26<A NAME="SEC167"></A>
27<TABLE CELLPADDING=1 CELLSPACING=1 BORDER=0>
28<TR><TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="manual_27.html#SEC149"> &lt; </A>]</TD>
29<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="manual_26.html#SEC145"> Up </A>]</TD>
30<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="manual_29.html#SEC169"> &gt; </A>]</TD>
31<TD VALIGN="MIDDLE" ALIGN="LEFT"> &nbsp; <TD VALIGN="MIDDLE" ALIGN="LEFT"> &nbsp; <TD VALIGN="MIDDLE" ALIGN="LEFT"> &nbsp; <TD VALIGN="MIDDLE" ALIGN="LEFT"> &nbsp; <TD VALIGN="MIDDLE" ALIGN="LEFT"> &nbsp; <TD VALIGN="MIDDLE" ALIGN="LEFT"> &nbsp; <TD VALIGN="MIDDLE" ALIGN="LEFT"> &nbsp; <TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="index.html#SEC_Top">Top</A>]</TD>
32<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="manual_toc.html#SEC_Contents">Contents</A>]</TD>
33<TD VALIGN="MIDDLE" ALIGN="LEFT">[Index]</TD>
34<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="manual_abt.html#SEC_About"> ? </A>]</TD>
35</TR></TABLE>
36<HR SIZE=1>
37<H3> 3.3.2 Particle Emitters </H3>
38<!--docid::SEC167::-->
39Particle emitters are classified by 'type' e.g. 'Point' emitters emit from a single point whilst 'Box' emitters emit randomly from an area. New emitters can be added to Ogre by creating plugins. You add an emitter to a system by nesting another section within it, headed with the keyword 'emitter' followed by the name of the type of emitter (case sensitive). Ogre currently supports 'Point', 'Box', 'Cylinder', 'Ellipsoid', 'HollowEllipsoid' and 'Ring' emitters.
40<P>
41
42<A NAME="SEC168"></A>
43<H3> Particle Emitter Universal Attributes </H3>
44<!--docid::SEC168::-->
45<UL>
46<LI>
47<A HREF="manual_29.html#SEC170">angle</A>
48<LI>
49<A HREF="manual_29.html#SEC171">colour</A>
50<LI>
51 <A HREF="manual_29.html#colour_range_start">colour_range_start</A>
52<LI>
53 <A HREF="manual_29.html#colour_range_end">colour_range_end</A>
54<LI>
55<A HREF="manual_29.html#SEC173">direction</A>
56<LI>
57<A HREF="manual_29.html#SEC174">emission_rate</A>
58<LI>
59<A HREF="manual_29.html#SEC175">position</A>
60<LI>
61<A HREF="manual_29.html#SEC176">velocity</A>
62<LI>
63 <A HREF="manual_29.html#velocity_min">velocity_min</A>
64<LI>
65 <A HREF="manual_29.html#velocity_max">velocity_max</A>
66<LI>
67<A HREF="manual_29.html#SEC178">time_to_live</A>
68<LI>
69 <A HREF="manual_29.html#time_to_live_min">time_to_live_min</A>
70<LI>
71 <A HREF="manual_29.html#time_to_live_max">time_to_live_max</A>
72<LI>
73<A HREF="manual_29.html#SEC180">duration</A>
74<LI>
75 <A HREF="manual_29.html#duration_min">duration_min</A>
76<LI>
77 <A HREF="manual_29.html#duration_max">duration_max</A>
78<LI>
79<A HREF="manual_29.html#SEC182">repeat_delay</A>
80<LI>
81 <A HREF="manual_29.html#repeat_delay_min">repeat_delay_min</A>
82<LI>
83 <A HREF="manual_29.html#repeat_delay_max">repeat_delay_max</A>
84</UL>
85<BR><BR>
86See also: <A HREF="manual_26.html#SEC145">3.3 Particle Scripts</A>, <A HREF="manual_31.html#SEC191">3.3.5 Particle Affectors</A>
87<P>
88
89<A NAME="Particle Emitter Attributes"></A>
90<HR SIZE=1>
91<BR> 
92<FONT SIZE="-1">
93This document was generated
94by <I>Steve Streeting</I> on <I>, 12 2006</I>
95using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
96"><I>texi2html</I></A>
97
98</BODY>
99</HTML>
Note: See TracBrowser for help on using the repository browser.