Changeset 1170 for code/branches/network3/bin/levels
- Timestamp:
- Apr 24, 2008, 3:06:20 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network3/bin/levels/sample.oxw
r1102 r1170 9 9 </audio--> 10 10 11 < Ambient colourvalue="1,1,1" />12 <Skybox src="Orxonox/StarSkyBox" / >11 <!--Ambient colourvalue="1,1,1" /> 12 <Skybox src="Orxonox/StarSkyBox" /--> 13 13 14 14 <SpaceShip camera="true" position="0,0,0" scale="10" yawpitchroll="-90,-90,0" mesh="assf3.mesh" maxSpeed="500" maxSideAndBackSpeed="50" maxRotation="1.0" transAcc="200" rotAcc="3.0" transDamp="75" rotDamp="1.0" /> 15 15 16 < NPC position="0,100,400" scale="1" mesh="razor.mesh"/>16 <!--NPC position="0,100,400" scale="1" mesh="razor.mesh"/> 17 17 <NPC position="0,100,400" scale="1" mesh="razor.mesh"/> 18 18 <NPC position="0,-100,500" scale="1" mesh="razor.mesh"/> 19 19 <NPC position="0,-200,450" scale="1" mesh="razor.mesh"/> 20 <NPC position="100,0,400" scale="1" mesh="razor.mesh"/ >20 <NPC position="100,0,400" scale="1" mesh="razor.mesh"/--> 21 21 22 22 <!--Model name="starship" position="200,0,500" scale="10" mesh="starship.mesh" yawpitchroll="-90,-90,0" /> … … 31 31 </Model--> 32 32 33 < Model position="-200,1000,500" scale="10" mesh="hoover_body.mesh" yawpitchroll="-90,-90,0" />33 <!--Model position="-200,1000,500" scale="10" mesh="hoover_body.mesh" yawpitchroll="-90,-90,0" /> 34 34 <Model position="-200,1000,500" scale="10" mesh="hoover_gear0.mesh" yawpitchroll="-90,-90,0" /> 35 35 <Model position="-200,1000,500" scale="10" mesh="hoover_gear1.mesh" yawpitchroll="-90,-90,0" /> 36 36 <Model position="-200,1000,500" scale="10" mesh="hoover_gear2.mesh" yawpitchroll="-90,-90,0" /> 37 <Model position="-200,1000,500" scale="10" mesh="hoover_turbine.mesh" yawpitchroll="-90,-90,0" / >37 <Model position="-200,1000,500" scale="10" mesh="hoover_turbine.mesh" yawpitchroll="-90,-90,0" /--> 38 38 39 39 … … 41 41 for i = 1, 226, 1 42 42 do ?> 43 < Model position="<?lua print(math.random(-19597, 18732))?>, <?lua print(math.random(-19597, 18732)) ?>, <?lua print(math.random(-19597, 18732)) ?>" scale="<?lua print(math.random( 20, 119)) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" rotationAxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationRate="<?lua print(math.random(16, 44)) ?>" />43 <!--Model position="<?lua print(math.random(-19597, 18732))?>, <?lua print(math.random(-19597, 18732)) ?>, <?lua print(math.random(-19597, 18732)) ?>" scale="<?lua print(math.random( 20, 119)) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" rotationAxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationRate="<?lua print(math.random(16, 44)) ?>" /--> 44 44 <?lua 45 45 end
Note: See TracChangeset
for help on using the changeset viewer.