[Orxonox-commit 5272] r9935 - in code/branches/presentationHS13/data/levels: . templates
jo at orxonox.net
jo at orxonox.net
Thu Dec 19 00:04:25 CET 2013
Author: jo
Date: 2013-12-19 00:04:25 +0100 (Thu, 19 Dec 2013)
New Revision: 9935
Modified:
code/branches/presentationHS13/data/levels/gallery.oxw
code/branches/presentationHS13/data/levels/templates/lodInformation.oxt
Log:
Fixing spind error due to lod.
Modified: code/branches/presentationHS13/data/levels/gallery.oxw
===================================================================
--- code/branches/presentationHS13/data/levels/gallery.oxw 2013-12-18 22:07:09 UTC (rev 9934)
+++ code/branches/presentationHS13/data/levels/gallery.oxw 2013-12-18 23:04:25 UTC (rev 9935)
@@ -48,7 +48,7 @@
<Model position="0,-80,-160" yaw="90" pitch="-90" roll="0" scale="5" mesh="ss_wall.mesh" />
<Model position="0,-100,-160" yaw="90" pitch="-90" roll="0" scale="5" mesh="ss_table_cracked.mesh" />
<Model position="0,-120,-160" yaw="90" pitch="-90" roll="0" scale="5" mesh="ss_table.mesh" />
- <!--Model position="0,-140,-160" yaw="90" pitch="-90" roll="0" scale="5" mesh="ss_spind.mesh" /-->
+ <Model position="0,-140,-160" yaw="90" pitch="-90" roll="0" scale="5" mesh="ss_spind.mesh" />
<Model position="0,-160,-160" yaw="90" pitch="-90" roll="0" scale="0.01" mesh="ss_machine.mesh" />
<Model position="0,-180,-160" yaw="90" pitch="-90" roll="0" scale="5" mesh="ss_flag_room.mesh" />
<Model position="0,-200,-160" yaw="90" pitch="-90" roll="0" scale="5" mesh="ss_flag_eu.mesh" />
Modified: code/branches/presentationHS13/data/levels/templates/lodInformation.oxt
===================================================================
--- code/branches/presentationHS13/data/levels/templates/lodInformation.oxt 2013-12-18 22:07:09 UTC (rev 9934)
+++ code/branches/presentationHS13/data/levels/templates/lodInformation.oxt 2013-12-18 23:04:25 UTC (rev 9935)
@@ -42,7 +42,8 @@
<MeshLodInformation mesh=ss_flag_room.mesh enabled=false/>
<MeshLodInformation mesh=ss_wall.mesh enabled=false/>
<MeshLodInformation mesh=ss_tube_twd.mesh enabled=false/>
-
+ <MeshLodInformation mesh=ss_spind.mesh enabled=false/>
+
</lodinformation>
</Level>
</Template>
More information about the Orxonox-commit
mailing list