Very simple CollisionSystem made, 'Z','Y' to toggle on/off.

This commit is contained in:
William Moberg
2015-12-15 15:36:28 +01:00
parent 170610bcb1
commit e2417be8c7
5 changed files with 46 additions and 12 deletions
+4 -3
View File
@@ -14,23 +14,24 @@
<Components>
<c:Transform>
<Position X="-1.5"/>
<Scale X="2" Y="2" Z="2"/>
<Scale X="1" Y="1" Z="1"/>
</c:Transform>
<c:Model>
<Resource>Models/ScaleWidget.obj</Resource>
</c:Model>
<c:Trigger>
</c:Trigger>
</Components>
</Entity>
<Entity>
<Components>
<c:Transform>
<Position X="1.5"/>
<Scale X="2" Y="2" Z="2"/>
</c:Transform>
<c:Model>
<Resource>Models/RotationWidget.obj</Resource>
</c:Model>
<c:Trigger>
</c:Trigger>
</Components>
</Entity>
<Entity>