Changeset 5269
- Timestamp:
- Nov 12, 2008, 2:24:25 AM (16 years ago)
- Location:
- data/media/levels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
data/media/levels/sample3.oxw
r5267 r5269 32 32 <MovableEntity position="0,0,0" velocity="0,0,0" rotationaxis="0,0,1" rotationrate=500> 33 33 <attached> 34 <Model position="0,35,0" scale=2 mesh="ast1.mesh" /> 35 <Model position="0,-35,0" scale=2 mesh="ast1.mesh" /> 34 <Model position="0,35,0" scale=2 mesh="ast1.mesh"> 35 <attached> 36 <Backlight position="0, 0, 0" colour="0.0, 1.0, 0.0, 1.0" width=5 length=500 lifetime=1 elements=50 trailmaterial="Trail/backlighttrail" /> 37 </attached> 38 </Model> 39 <Model position="0,-35,0" scale=2 mesh="ast1.mesh"> 40 <attached> 41 <Backlight position="0, 0, 0" colour="1.0, 0.0, 1.0, 1.0" width=5 length=500 lifetime=1 elements=50 trailmaterial="Trail/backlighttrail" /> 42 </attached> 43 </Model> 36 44 <Model position="35,0,0" scale=2 mesh="ast1.mesh"> 37 45 <attached> 38 46 <ParticleEmitter position="0,0,0" source="Orxonox/fire3" /> 47 <Backlight position="0, 0, 0" colour="0.0, 0.0, 1.0, 1.0" width=5 length=500 lifetime=1 elements=50 trailmaterial="Trail/backlighttrail" /> 39 48 </attached> 40 49 </Model> … … 42 51 <attached> 43 52 <ParticleEmitter position="0,0,0" source="Orxonox/fire3" /> 53 <Backlight position="0, 0, 0" colour="1.0, 0.0, 0.0, 1.0" width=5 length=500 lifetime=1 elements=50 trailmaterial="Trail/backlighttrail" /> 44 54 </attached> 45 55 </Model> -
data/media/levels/spaceshiptemplates3.oxw
r5267 r5269 20 20 <BlinkingBillboard position="-17,-1.5,0" material="Examples/Flare" colour="0.5, 1.0, 0.3" amplitude=0.1 frequency=0.5 phase=180 quadratic=1 /> 21 21 <!--ParticleEmitter position="0,0,-100" source="Orxonox/smoke5" /--> 22 <Backlight position="0, 0, 0" colour="1.0, 0.0, 0.0, 1.0" width=5 length=200 lifetime=2 elements=20 trailmaterial="Trail/backlighttrail" /> 22 23 </attached> 23 24 </SpaceShip>
Note: See TracChangeset
for help on using the changeset viewer.