CLYT format: Difference between revisions
m Added another tool (Clypo) and links to both tools' Github pages  | 
				m →pic1 (Picture 1):   Changed misleading info  | 
				||
| Line 276: | Line 276: | ||
! colspan="4"|Texture coordinates entry  | ! colspan="4"|Texture coordinates entry  | ||
|-  | |-  | ||
|0x60 + N*0x20||0x8||Vector2||Top left vertex texture coordinate  | |0x60 + (N-1) * 0x20||0x8||Vector2||Top left vertex texture coordinate  | ||
|-  | |-  | ||
|0x60 + N*0x20||0x8||Vector2||Top right vertex texture coordinate  | |0x60 + (N-1) * 0x20||0x8||Vector2||Top right vertex texture coordinate  | ||
|-  | |-  | ||
|0x60 + N*0x20||0x8||Vector2||Bottom left vertex texture coordinate  | |0x60 + (N-1) * 0x20||0x8||Vector2||Bottom left vertex texture coordinate  | ||
|-  | |-  | ||
|0x60 + N*0x20||0x8||Vector2||Bottom right vertex texture coordinate  | |0x60 + (N-1) * 0x20||0x8||Vector2||Bottom right vertex texture coordinate  | ||
|}  | |}  | ||