Added some walls to the scene properly (weird physics bugs are apparent)
This commit is contained in:
parent
73704434b1
commit
06002f78b6
File diff suppressed because it is too large
Load Diff
@ -83,6 +83,9 @@
|
|||||||
<xOffset>0.0</xOffset>
|
<xOffset>0.0</xOffset>
|
||||||
<yOffset>1.0</yOffset>
|
<yOffset>1.0</yOffset>
|
||||||
<zOffset>0.0</zOffset>
|
<zOffset>0.0</zOffset>
|
||||||
|
<xRot>0.0</xRot>
|
||||||
|
<yRot>0.0</yRot>
|
||||||
|
<zRot>0.0</zRot>
|
||||||
<rColour>1.0</rColour>
|
<rColour>1.0</rColour>
|
||||||
<gColour>1.0</gColour>
|
<gColour>1.0</gColour>
|
||||||
<bColour>1.0</bColour>
|
<bColour>1.0</bColour>
|
||||||
@ -229,10 +232,13 @@
|
|||||||
<typeID>180</typeID>
|
<typeID>180</typeID>
|
||||||
<ignoreHeightmap>true</ignoreHeightmap>
|
<ignoreHeightmap>true</ignoreHeightmap>
|
||||||
<object>
|
<object>
|
||||||
<modelPath>SimpleWall.obj</modelPath>
|
<modelPath>simpleWall.obj</modelPath>
|
||||||
<xOffset>0.0</xOffset>
|
<xOffset>0.0</xOffset>
|
||||||
<yOffset>40.0</yOffset>
|
<yOffset>25.0</yOffset>
|
||||||
<zOffset>0.0</zOffset>
|
<zOffset>0.0</zOffset>
|
||||||
|
<xRot>0.0</xRot>
|
||||||
|
<yRot>0.0</yRot>
|
||||||
|
<zRot>0.0</zRot>
|
||||||
<scale>1.5</scale>
|
<scale>1.5</scale>
|
||||||
<mass>0.0</mass>
|
<mass>0.0</mass>
|
||||||
</object>
|
</object>
|
||||||
@ -247,6 +253,9 @@
|
|||||||
<xOffset>0.0</xOffset>
|
<xOffset>0.0</xOffset>
|
||||||
<yOffset>5.0</yOffset>
|
<yOffset>5.0</yOffset>
|
||||||
<zOffset>0.0</zOffset>
|
<zOffset>0.0</zOffset>
|
||||||
|
<xRot>0.0</xRot>
|
||||||
|
<yRot>0.0</yRot>
|
||||||
|
<zRot>0.0</zRot>
|
||||||
<scale>1.5</scale>
|
<scale>1.5</scale>
|
||||||
<mass>1.0</mass>
|
<mass>1.0</mass>
|
||||||
</object>
|
</object>
|
||||||
@ -332,3 +341,15 @@
|
|||||||
<dampningL>0.555</dampningL>
|
<dampningL>0.555</dampningL>
|
||||||
<dampningA>0.5</dampningA>
|
<dampningA>0.5</dampningA>
|
||||||
</objectData>
|
</objectData>
|
||||||
|
|
||||||
|
<objectData>
|
||||||
|
<modelPath>simpleWall.obj</modelPath>
|
||||||
|
<texturePath>simpleWallTexture.png</texturePath>
|
||||||
|
<ambientFactor>0.1</ambientFactor>
|
||||||
|
<diffuseFactor>0.6</diffuseFactor>
|
||||||
|
<specularFactor>0.4</specularFactor>
|
||||||
|
<shininess>2.0</shininess>
|
||||||
|
<physicType>TriangleMesh</physicType>
|
||||||
|
<dampningL>0.555</dampningL>
|
||||||
|
<dampningA>0.5</dampningA>
|
||||||
|
</objectData>
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 594 B After Width: | Height: | Size: 815 B |
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user