Semi-working translation widget

This commit is contained in:
2016-01-21 14:14:22 +01:00
parent 0183e1bdb7
commit b9147344e1
7 changed files with 72 additions and 9 deletions
@@ -12,6 +12,7 @@
<Entity name="X">
<Components>
<c:EditorWidget>
<MouseAxis X="1" Y="0" Z="0"/>
<Axis X="1" Y="0" Z="0"/>
</c:EditorWidget>
<c:Model>
@@ -24,6 +25,7 @@
<Entity name="Y">
<Components>
<c:EditorWidget>
<MouseAxis X="0" Y="1" Z="0"/>
<Axis X="0" Y="1" Z="0"/>
</c:EditorWidget>
<c:Model>
@@ -36,6 +38,7 @@
<Entity name="Z">
<Components>
<c:EditorWidget>
<MouseAxis X="0" Y="0" Z="1"/>
<Axis X="0" Y="0" Z="1"/>
</c:EditorWidget>
<c:Model>