Changeset 5357
- Timestamp:
- Dec 15, 2008, 11:31:48 PM (16 years ago)
- Location:
- data/media
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
data/media/levels/sample3.oxw
r5354 r5357 29 29 </events> 30 30 </GlobalShader> 31 32 <Bot/>33 <Bot/>34 <Bot/>35 <Bot/>36 <Bot/>37 31 38 32 <MovableEntity scale=1.5 position="0,0,-300" velocity="0,0,0" rotationaxis="0,1,0" rotationrate=90> … … 185 179 for i = 1, 0, 1 186 180 do ?> 187 <MovableEntity position="<?lua print(math.random() * 3000 - 1500)?>, <?lua print(math.random() * 3000 - 1500) ?>, <?lua print(math.random() * 3000 - 1500) ?>" rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 30 + 5) ?>">181 <MovableEntity position="<?lua print(math.random() * 4000 - 2000)?>, <?lua print(math.random() * 4000 - 2000) ?>, <?lua print(math.random() * 4000 - 2000) ?>" rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 30 + 5) ?>"> 188 182 <attached> 189 <Model scale="<?lua print(math.random() * 20) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" shadow=false />183 <Model scale="<?lua print(math.random() * 15 + 5) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" shadow=false /> 190 184 </attached> 191 185 </MovableEntity> -
data/media/levels/spaceshiptemplates3.oxw
r5354 r5357 27 27 <SpaceShip> 28 28 <camerapositions> 29 <CameraPosition position="0,10,40" /> 30 <CameraPosition position="0,20,80" /> 31 <CameraPosition position="0,150,-25" pitch=-90 /> 32 <CameraPosition position="0,0,-30" yaw=180 /> 29 <CameraPosition position="0,10, 40" drag=true mouselook=true /> 30 <CameraPosition position="0,20, 80" drag=true mouselook=true /> 31 <CameraPosition position="0,30,120" drag=true mouselook=true /> 32 <!--CameraPosition position="0,150,-25" pitch=-90 drag=true /> 33 <CameraPosition position="0,0,-40" yaw=180 drag=true /> 33 34 <CameraPosition position="0,3,-14" yaw=0 /> 34 <CameraPosition position="-50,5,-8" yaw=-90 />35 <CameraPosition position="50,5,-8" yaw=90 />35 <CameraPosition position="-50,5,-8" yaw=-90 drag=true /> 36 <CameraPosition position="50,5,-8" yaw=90 drag=true /--> 36 37 </camerapositions> 37 38 </SpaceShip> … … 55 56 <active> 56 57 <FadingBillboard mainstate=activity active=false scale=0.1 position="0, 0, 9" colour="0.2, 0.65, 1.0, 1.0" material="Examples/Flare" turnontime=0.5 turnofftime=0.5 /> 58 <!-- 57 59 <Light mainstate=visibility position=" 8, 0, 8" diffuse="0.3, 0.6, 1.0" specular="0.3, 0.6, 1.0" attenuation="600, 1.0, 0.007, 0.0002" type=point /> 58 60 <Light mainstate=visibility position="-8, 0, 8" diffuse="0.3, 0.6, 1.0" specular="0.3, 0.6, 1.0" attenuation="600, 1.0, 0.007, 0.0002" type=point /> 61 --> 59 62 </active> 60 63 <forward> -
data/media/materials/scripts/Bloom.material
r5313 r5357 160 160 { 161 161 lighting on 162 diffuse 0.0 0.0 0.0 0. 8162 diffuse 0.0 0.0 0.0 0.5 163 163 specular 0.0 0.0 0.0 0.0 164 164 ambient 0.0 0.0 0.0 -
data/media/particle/smoke6.particle
r5352 r5357 2 2 Orxonox/smoke6 3 3 { 4 quota 2004 quota 50 5 5 material PE/smoke2 6 6 particle_width 25
Note: See TracChangeset
for help on using the changeset viewer.