Added texture data format support

This commit is contained in:
2023-06-20 08:35:28 -07:00
parent 811271dc5d
commit 9574e9a3e9
32 changed files with 189 additions and 57 deletions

View File

@ -1,20 +1,22 @@
<scene name="SceneBase">
<item lookAt="10, 10, 10, 0, 0, 0">
<Camera ref="camera" />
<Camera ref="backCamera" />
</item>
<item ref="eth" prefab="prefabs/EthPrefab" />
<!-- <item lookAt="0, 0, 5, 0, 0, 0" > -->
<item lookAt="5, 5, 5, 0, 0, 0" >
<Camera fov="0.436332" />
<!-- <Camera ref="camera" type="CAMERA_TYPE_ORTHONOGRAPHIC" /> -->
<Camera ref="camera" />
<CameraTexture ref="camTexture" />
</item>
<item>
<UICanvas ref="canvas" camera="camera" />
<UICanvas ref="canvas" camera="backCamera" />
<item ref="textbox" prefab="prefabs/VNTextbox" />
<item>
<item position="100, 0, 0">
<UIImage
alignment="0, 0, 50, 0"
alignX="UI_COMPONENT_ALIGN_START"