Changeset 6881 for code/branches/lod/data
- Timestamp:
- May 10, 2010, 4:00:52 PM (15 years ago)
- Location:
- code/branches/lod/data/levels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/lod/data/levels/gametype_underattack.oxw
r6877 r6881 4 4 include("underattackhud.oxo") 5 5 include("templates/spaceship_assff.oxt") 6 include("templates/lodinformation.oxt") 6 7 ?> 7 8 … … 11 12 gametype = UnderAttack 12 13 > 14 <templates> 15 <Template link=lodtemplate_default /> 16 </templates> 13 17 14 <lodinformation>15 <MeshLodInformation mesh=Carrier.mesh lodQuality=1 />16 </lodinformation>17 18 18 <Scene 19 19 ambientlight = "0.5, 0.5, 0.5" -
code/branches/lod/data/levels/templates/lodinformation.oxt
r6786 r6881 2 2 <Level> 3 3 <lodinformation> 4 <MeshLodInformation mesh= ast1.mesh lodQuality=1/>4 <MeshLodInformation mesh=Carrier.mesh lodQuality=2.4 /> 5 5 </lodinformation> 6 6 </Level>
Note: See TracChangeset
for help on using the changeset viewer.