Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10191 for code/trunk/data


Ignore:
Timestamp:
Jan 11, 2015, 9:28:39 PM (9 years ago)
Author:
landauf
Message:

added customized visualization for cylinders and cones to BulletDebugDrawer.
improved DebugDrawer by making circle, cylinder, and sphere rotatable. added rendering function for cones.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/data/levels/collisionShapes.oxw

    r10189 r10191  
    3434        <StaticEntity position="1000,0,0" collisionType="static">
    3535                <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" />
    4141                </collisionShapes>
    4242        </StaticEntity>
Note: See TracChangeset for help on using the changeset viewer.