Changes

Jump to navigation Jump to search

FF8/FileFormat X

475 bytes added, 16:45, 25 April 2015
no edit summary
UInt16 wysoU = BitConverter.ToUInt16(wyso, 0);
int newSzerU = szerU * 2;
 
=== Face order / Translation/ triangulation ===
 
'''1.Quad wing order:'''
ABCD ---> ABDC
example:
f 1 2 3 4
to:
f 1 2 4 3
 
'''2.Quad triangulation face order'''
ABDC > ABD
ACD (same for VT)
example:
f 1 2 4 3
to:
f 1 2 4
f 1 3 4
'''
3.Triangles VT order:'''
A/T1 > A/T2
B/T2 > B/T3
C/T3 > C/T1
Example:
(Also with quad triangulation face order!)
f 1/1 2/2 7/4 6/3
to:
f 1/1 2/2 7/4
f 1/1 6/3 7/4
where:
A=1 B=2 C=6 D=7
Anonymous user

Navigation menu