Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/data/particle/smoke2.particle @ 5695

Last change on this file since 5695 was 5695, checked in by rgrieder, 15 years ago

Merged resource2 branch back to trunk.

IMPORTANT NOTE:
Upon this merge you need to specifically call your data directory "data_extern" when checking it out (when you don't provide a name, it will be just called 'trunk').
The new CMake variable is EXTERNAL_DATA_DIRECTORY. DATA_DIRECTORY now points to the one the source part of the repository.
UPDATE YOUR DATA DIRECTORY AS WELL!!!

  • Property svn:eol-style set to native
File size: 731 bytes
Line 
1
2particle_system Orxonox/smoke2
3{
4        quota   1000
5        material        PE/smoke
6        particle_width  4
7        particle_height 4
8        cull_each       false
9        renderer        billboard
10        billboard_type  point
11
12        emitter Ellipsoid
13        {
14                angle   150
15                colour  0.0547945 0.0547945 0.0547945 0.9
16                colour_range_start      0.0547945 0.0547945 0.0547945 0.9
17                colour_range_end        0.0547945 0.0547945 0.0547945 0.9
18                direction       0 1 0
19                emission_rate   40
20                position        0 0 0
21                velocity        2
22                velocity_min    2
23                velocity_max    2
24                time_to_live    3
25                time_to_live_min        3
26                time_to_live_max        5
27                duration        0
28                duration_min    0
29                duration_max    0
30                repeat_delay    0
31                repeat_delay_min        0
32                repeat_delay_max        0
33                width   0.2
34                height  0.2
35                depth   0.2
36        }
37
38        affector ColourFader
39        {
40                red     0.3
41                green   0.3
42                blue    0.3
43                alpha   -0.35
44        }
45}
Note: See TracBrowser for help on using the repository browser.