Added cropping support to texture tool

This commit is contained in:
2023-06-26 14:05:46 -07:00
parent bf93740c20
commit 723e09e182
45 changed files with 299 additions and 122 deletions

View File

@ -1,13 +1,13 @@
<prefab name="EthPrefab" extend="prefabs/EthPrefabBase" type="">
<item>
<MeshRenderer />
<QuadMeshHost xy0="-0.78236397748, 1" xy1="0.78236397748, -1" />
<QuadMeshHost xy0="-0.39118198874, .66439962476547842402" xy1="0.39118198874, 0" />
<SimpleTexturedMaterial ref="bodyMaterial" />
</item>
<item>
<MeshRenderer />
<QuadMeshHost xy0="-0.78236397748, 1" xy1="0.78236397748, -1" />
<QuadMeshHost xy0="-0.39118198874, 1" xy1="0.39118198874, .66439962476547842402" />
<SimpleTexturedMaterial ref="faceMaterial" />
</item>
</prefab>