Changeset 10191 for code/trunk/data
- Timestamp:
- Jan 11, 2015, 9:28:39 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/data/levels/collisionShapes.oxw
r10189 r10191 34 34 <StaticEntity position="1000,0,0" collisionType="static"> 35 35 <collisionShapes> 36 <SphereCollisionShape position="0,-600,0" radius="100" />37 <CylinderCollisionShape position="0,-300,0" radius="50" height="150" />38 <BoxCollisionShape position="0,-100,0" halfExtents="30, 50, 80" />39 <ConeCollisionShape position="0,+100,0" radius="50" height="150" />40 <PlaneCollisionShape position="0,+300,0" normal="0, -1, 0" offset="30" />36 <SphereCollisionShape yaw="20" pitch="20" roll="20" position="0,-300,0" radius="100" /> 37 <CylinderCollisionShape yaw="20" pitch="20" roll="20" position="0,+000,0" radius="50" height="150" /> 38 <BoxCollisionShape yaw="20" pitch="20" roll="20" position="0,+200,0" halfExtents="30, 50, 80" /> 39 <ConeCollisionShape yaw="20" pitch="20" roll="20" position="0,+400,0" radius="50" height="150" /> 40 <PlaneCollisionShape yaw="20" pitch="20" roll="20" position="0,+600,0" normal="0, -1, 0" offset="30" /> 41 41 </collisionShapes> 42 42 </StaticEntity>
Note: See TracChangeset
for help on using the changeset viewer.