Changeset 12110 for code/branches/WorldMap_HS18/data/levels
- Timestamp:
- Nov 21, 2018, 11:45:27 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/WorldMap_HS18/data/levels/StoryModeMap.oxw
r12101 r12110 22 22 <Template link=lodtemplate_default /> 23 23 </templates> 24 25 26 24 27 <?lua include("includes/notifications.oxi") ?> 25 28 … … 28 31 skybox = "Orxonox/Starbox" 29 32 > 33 <StoryModeController position="0,0,0" collisionType="dynamic"> 30 34 35 <attached> 36 <Model position="550,300,0" mesh="assff.mesh" scale=20 visible="true" /> 37 </attached> 31 38 39 <collisionShapes> 40 <BoxCollisionShape position="0,0,0" halfExtents="3,1,10" /> 41 </collisionShapes> 42 </StoryModeController> 43 <!-- <MovableEntity> 44 <attached> 45 <StaticEntity name=asdfasdf figureTemplate=smCont> 46 <attached> 47 </attached> 48 </StaticEntity> 49 </attached> 50 </MovableEntity> --> 51 32 52 <StaticEntity position="0,0,0" direction="0,0,-1" > 33 53 <attached> … … 36 56 37 57 38 <Model position="550,300,0" mesh="assff.mesh" scale=20 visible="true" orientation="-0.015,0.091,0.038,-0.995"/> 39 <Model position="600,370,0" mesh="Coordinates.mesh" scale=10 /> 58 <Model position="550,300,0" mesh="assff.mesh" scale=20 visible="false" orientation="-0.015,0.091,0.038,-0.995"/> 40 59 <Billboard colour="1,1,0.05" position="600,370,-80" material="Flares/lensflare" scale=4.5 /> 41 60 42 61 43 62 <Model position="100,350,-250" mesh="planets/moon.mesh" scale=100 visible="false"/> 44 <Model position="50,300,-250" mesh="assff.mesh" scale=20 visible=" true" orientation="-0.015,0.091,0.038,-0.995"/>63 <Model position="50,300,-250" mesh="assff.mesh" scale=20 visible="false" orientation="-0.015,0.091,0.038,-0.995"/> 45 64 <Billboard colour="1,1,0.05" position="100,350,-330" material="Flares/lensflare" scale=4.5 /> 46 65 47 <Model position="-600,250,-500" mesh="planets/moon.mesh" scale=100 />66 <Model position="-600,250,-500" mesh="planets/moon.mesh" scale=100 visible="false"/> 48 67 <Billboard colour="1,1,0.05" position="-600,250,-580" material="Flares/lensflare" scale=5 /> 49 68 … … 69 88 </StaticEntity> 70 89 90 91 71 92 <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0"/> 72 93
Note: See TracChangeset
for help on using the changeset viewer.