Changeset 6989 for code/branches/skybox2/data
- Timestamp:
- May 27, 2010, 9:04:21 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/skybox2/data/particle/fog.particle
r6973 r6989 22 22 { 23 23 angle 180 24 colour 0.3 0.3 0.3 0. 325 colour_range_start 0.3 0.3 0.3 0.1 26 colour_range_end 0.3 0.3 0.3 0. 324 colour 0.3 0.3 0.3 0.25 25 colour_range_start 0.3 0.3 0.3 0.1 26 colour_range_end 0.3 0.3 0.3 0.25 27 27 direction 0 1 0 28 28 emission_rate 16 … … 145 145 colour 0.3 0.3 0.3 0.3 146 146 colour_range_start 0.3 0.3 0.3 0.1 147 colour_range_end 0.3 0.3 0.3 0. 3148 direction 0 1 0 149 emission_rate 16147 colour_range_end 0.3 0.3 0.3 0.25 148 direction 0 1 0 149 emission_rate 22 150 150 position 0 0 0 151 151 velocity 2 … … 180 180 181 181 } 182 183 particle_system Orxonox/fog4 184 { 185 quota 1000 186 material PE/smoke4 187 particle_width 2000 188 particle_height 1500 189 cull_each false 190 renderer billboard 191 sorted false 192 local_space false 193 iteration_interval 0 194 nonvisible_update_timeout 0 195 billboard_type point 196 billboard_origin center 197 billboard_rotation_type vertex 198 common_up_vector 0 1 0 199 point_rendering false 200 accurate_facing false 201 202 emitter Ellipsoid 203 { 204 angle 180 205 colour 0.3 0.3 0.3 0.3 206 colour_range_start 0.3 0.3 0.3 0.1 207 colour_range_end 0.3 0.3 0.3 0.25 208 direction 0 1 0 209 emission_rate 22 210 position 0 0 0 211 velocity 2 212 velocity_min 2 213 velocity_max 2 214 time_to_live 100000 215 time_to_live_min 100000 216 time_to_live_max 100000 217 duration 5 218 duration_min 4 219 duration_max 7 220 repeat_delay 0 221 repeat_delay_min 0 222 repeat_delay_max 0 223 width 10000 224 height 10000 225 depth 10000 226 } 227 228 affector Scaler 229 { 230 rate 3 231 } 232 233 affector Rotator 234 { 235 rotation_range_start 0 236 rotation_range_end 360 237 rotation_speed_range_start 0 238 rotation_speed_range_end 0 239 } 240 241 }
Note: See TracChangeset
for help on using the changeset viewer.