mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Add missing vertex normal array in TSCN file format (#6068)
This commit is contained in:
@@ -343,13 +343,14 @@ TSCN files support two surface formats:
|
|||||||
ii. ``arrays`` is a two-dimensional array, it contains:
|
ii. ``arrays`` is a two-dimensional array, it contains:
|
||||||
|
|
||||||
1. Vertex positions array
|
1. Vertex positions array
|
||||||
2. Tangents array
|
2. Normals array
|
||||||
3. Vertex colors array
|
3. Tangents array
|
||||||
4. UV array 1
|
4. Vertex colors array
|
||||||
5. UV array 2
|
5. UV array 1
|
||||||
6. Bone indexes array
|
6. UV array 2
|
||||||
7. Bone weights array
|
7. Bone indexes array
|
||||||
8. Vertex indexes array
|
8. Bone weights array
|
||||||
|
9. Vertex indexes array
|
||||||
|
|
||||||
iii. ``morph_arrays`` is an array of morphs. Each morph is exactly an
|
iii. ``morph_arrays`` is an array of morphs. Each morph is exactly an
|
||||||
``arrays`` without the vertex indexes array.
|
``arrays`` without the vertex indexes array.
|
||||||
|
|||||||
Reference in New Issue
Block a user