Changeset 6909 for code/branches/lod/data
- Timestamp:
- May 17, 2010, 3:21:51 PM (15 years ago)
- Location:
- code/branches/lod/data/levels
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/lod/data/levels/empty_level.oxw
r6560 r6909 2 2 include("stats.oxo") 3 3 include("hudtemplates3.oxo") 4 include("templates/lodinformation.oxt") 4 5 ?> 5 6 … … 13 14 description = "Just a few tests" 14 15 > 16 <templates> 17 <Template link=lodtemplate_default /> 18 </templates> 19 15 20 <Scene 16 21 ambientlight = "0.8, 0.8, 0.8" -
code/branches/lod/data/levels/gametype_asteroids.oxw
r6417 r6909 3 3 include("stats.oxo") 4 4 include("templates/spaceship_assff.oxt") 5 include("templates/lodinformation.oxt") 5 6 ?> 6 7 … … 10 11 gametype = Asteroids 11 12 > 13 <templates> 14 <Template link=lodtemplate_default /> 15 </templates> 16 12 17 <Scene 13 18 ambientlight = "0.5, 0.5, 0.5" -
code/branches/lod/data/levels/teambasematchlevel.oxw
r6417 r6909 5 5 include("templates/spaceship_assff.oxt") 6 6 include("templates/spaceship_pirate.oxt") 7 include("templates/lodinformation.oxt") 7 8 ?> 8 9 … … 12 13 gametype = TeamBaseMatch 13 14 > 15 <templates> 16 <Template link=lodtemplate_default /> 17 </templates> 18 14 19 <Scene 15 20 ambientlight = "0.5, 0.5, 0.5" -
code/branches/lod/data/levels/teamdeathmatch.oxw
r5781 r6909 5 5 include("templates/spaceship_H2.oxt") 6 6 include("templates/spaceship_pirate.oxt") 7 include("templates/lodinformation.oxt") 7 8 ?> 8 9 … … 12 13 gametype = TeamDeathmatch 13 14 > 15 <templates> 16 <Template link=lodtemplate_default /> 17 </templates> 18 14 19 <Scene 15 20 ambientlight = "0.7, 0.6, 0.6" -
code/branches/lod/data/levels/templates/lodinformation.oxt
r6881 r6909 2 2 <Level> 3 3 <lodinformation> 4 <MeshLodInformation mesh=Carrier.mesh lodQuality=2.4 /> 4 <MeshLodInformation mesh=Carrier.mesh lodQuality=1.8 /> 5 <MeshLodInformation mesh=assff.mesh lodQuality=3 /> 5 6 </lodinformation> 6 7 </Level>
Note: See TracChangeset
for help on using the changeset viewer.