Changes

24 bytes added ,  00:43, 26 February 2022
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
 
|}
 
|}
  
7

edits