Changeset 4109
- Timestamp:
- Jul 4, 2006, 5:19:41 PM (18 years ago)
- Location:
- data/branches/presentation
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
data/branches/presentation/models/guns/lasercannon.mtl
r4093 r4109 9 9 newmtl Mat_3 10 10 illum 4 11 Kd 0. 00 0.00 0.0011 Kd 0.50 0.50 0.50 12 12 Ka 0.00 0.00 0.00 13 13 Tf 1.00 1.00 1.00 … … 17 17 newmtl Mat_4 18 18 illum 4 19 Kd 0. 00 0.00 0.0019 Kd 0.50 0.50 0.50 20 20 Ka 0.00 0.00 0.00 21 21 Tf 1.00 1.00 1.00 … … 33 33 newmtl Mat_7 34 34 illum 4 35 Kd 0. 00 0.00 0.0035 Kd 0.50 0.50 0.50 36 36 Ka 0.00 0.00 0.00 37 37 Tf 1.00 1.00 1.00 -
data/branches/presentation/models/ships/mantawing.mtl
r4105 r4109 2 2 illum 4 3 3 Kd 0.35 0.35 0.35 4 Ka 0. 50 0.50 0.504 Ka 0.00 0.00 0.00 5 5 Tf 1.00 1.00 1.00 6 6 Ni 1.00 … … 9 9 newmtl Mat_4 10 10 illum 4 11 Kd 0. 00 0.00 0.0012 Ka 0. 55 0.55 0.5511 Kd 0.50 0.50 0.50 12 Ka 0.00 0.00 0.00 13 13 Tf 1.00 1.00 1.00 14 14 Ni 1.00 … … 18 18 illum 4 19 19 Kd 1.00 0.36 0.00 20 Ka 0. 55 0.55 0.5520 Ka 0.00 0.00 0.00 21 21 Tf 1.00 1.00 1.00 22 22 Ni 1.00 … … 25 25 newmtl Mat_7 26 26 illum 4 27 Kd 0. 00 0.00 0.0028 Ka 0. 50 0.50 0.5027 Kd 0.80 0.80 0.80 28 Ka 0.00 0.00 0.00 29 29 Tf 1.00 1.00 1.00 30 30 Ni 1.00 -
data/branches/presentation/scripts/spaceship_flight.lua
r4094 r4109 8 8 9 9 Ambush_at_Jupiter:setPlaymode("Horizontal") 10 SPACE_CRAFT:setAirFriction( 2.0)10 SPACE_CRAFT:setAirFriction(3.0) 11 11 12 12 return true -
data/branches/presentation/worlds/sp_demo_mountain_lake.oxw
r4104 r4109 39 39 </Hover> 40 40 41 <!-- 41 42 <Terrain> 42 43 <name>water</name> 43 44 <model>worlds/lake.obj, 2</model> 44 </Terrain>45 </Terrain> --> 45 46 47 <TerrainEntity> 48 <name>Puget Sound</name> 49 <elevation_map>pictures/lm.png</elevation_map> 50 <light_map>pictures/lightmap.png</light_map> 51 <material_layer> 52 <detail_map file="maps/stucco.jpg"> 53 <repeat x="16" z="16" /> 54 </detail_map> 55 <alpha full="yes" /> 56 </material_layer> 57 <material_layer> 58 <detail_map file="maps/snow_rubble_512x512.jpg"> 59 <repeat x="16" z="16" /> 60 </detail_map> 61 <alpha file="pictures/snowvis.png" /> 62 </material_layer> 63 <scale>100,300,100</scale> 64 </TerrainEntity> 46 65 <SpaceShip> 47 66 <name>Player2</name> -
data/branches/presentation/worlds/sp_level_ambush_at_jupiter.oxw
r4107 r4109 258 258 <travel-speed>20</travel-speed> 259 259 <travel-height>5</travel-height> 260 <travel-distance>40, 20</travel-distance>260 <travel-distance>40, 80</travel-distance> 261 261 </Spacecraft2D> 262 262
Note: See TracChangeset
for help on using the changeset viewer.