84 <MovingPlatform>
85 <MeshComponent>
86 <MeshData name="platform0" meshName="cube.mesh" materialName="Simple/RockWall" entName="platform0" castShadows="true"/>
87 </MeshComponent>
88 <RenderComponent>
89 <RenderData name="platform0" sizeX ="8" sizeY=".17" sizeZ ="8" posX="40" posY="25" posZ="10" visible="1" />
90 </RenderComponent>
91 <PhysicsComponent>
92 <PhysicsData
93 name="platform0"
94 collisionShape="Box"
95 mass ="50"
96 motionType="1"
97 posX="40" posY="25" posZ="10"
98 friction="1.0f"
99 restitution="0.0f"
100 colX="8" colY=".4" colZ="8"
101 moveSpeed="226.0f"
102 waitTime=".1f"
103 >
104 <offset posX="40" posY="5" posZ="10" />
105
106 </PhysicsData>
107 </PhysicsComponent>
108 </MovingPlatform>