Added ave and craig

This commit is contained in:
2023-08-01 23:06:47 -07:00
parent 440b753d2a
commit 5ea312bc34
83 changed files with 531 additions and 18 deletions

View File

@ -0,0 +1,13 @@
<prefab name="AvePrefab" type="">
<item>
<MeshRenderer />
<QuadMeshHost xy0="-0.35310734463276836158, 0.5201" xy1="0.35310734463276836158, 0" />
<SimpleTexturedMaterial ref="poseMaterial" opaque="false" />
</item>
<item>
<MeshRenderer />
<QuadMeshHost xy0="-0.35310734463276836158, 1" xy1="0.35310734463276836158, 0.5201" />
<SimpleTexturedMaterial ref="faceMaterial" opaque="false" />
</item>
</prefab>

View File

@ -3,7 +3,9 @@
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
tool_prefab(${CMAKE_CURRENT_LIST_DIR}/AvePrefab.xml)
tool_prefab(${CMAKE_CURRENT_LIST_DIR}/EthPrefab.xml)
tool_prefab(${CMAKE_CURRENT_LIST_DIR}/CraigPrefab.xml)
tool_prefab(${CMAKE_CURRENT_LIST_DIR}/RoninPrefab.xml)
tool_prefab(${CMAKE_CURRENT_LIST_DIR}/VNTextbox.xml)
tool_prefab(${CMAKE_CURRENT_LIST_DIR}/VNTextboxMonologue.xml)

View File

@ -0,0 +1,27 @@
<prefab name="CraigPrefab" type="">
<!--
4779
1361/4779 = 0.2849
1 - 0.2849 = 0.7151
3375/4779 = 0.7061/2=0.35305
-->
<item>
<MeshRenderer />
<QuadMeshHost xy0="-0.35305, 0.7151" xy1="0.35305, 0" />
<SimpleTexturedMaterial ref="bodyMaterial" opaque="false" />
</item>
<item>
<MeshRenderer />
<QuadMeshHost xy0="-0.35305, 1" xy1="0.35305, 0.7151" />
<SimpleTexturedMaterial ref="faceMaterial" opaque="false" />
</item>
<item>
<MeshRenderer />
<QuadMeshHost xy0="-0.35305, 1" xy1="0.35305, 0" />
<SimpleTexturedMaterial ref="poseMaterial" opaque="false" />
</item>
</prefab>

View File

@ -1,13 +1,13 @@
<prefab name="RoninPrefab" type="" scale="2, 2, 2">
<item>
<MeshRenderer />
<QuadMeshHost xy0="-0.37383385162150155487, 1" xy1="0.37383385162150155487, 0" />
<QuadMeshHost xy0="-0.37383385162150155487, 0.63894826849080803762" xy1="0.37383385162150155487, 0" />
<SimpleTexturedMaterial ref="bodyMaterial" opaque="false" />
</item>
<item>
<MeshRenderer />
<QuadMeshHost xy0="-0.37383385162150155487, 1" xy1="0.37383385162150155487, 0" />
<QuadMeshHost xy0="-0.37383385162150155487, 1" xy1="0.37383385162150155487, 0.63894826849080803762" />
<SimpleTexturedMaterial ref="faceMaterial" opaque="false" />
</item>