-
Notifications
You must be signed in to change notification settings - Fork 0
running the program
mesh-compiler.exe [file to compile] <format file>
[file to compile] is mandatory, <format file> is optional.
Program can be run with flags:
-
-f <format file>- define path to .format file -
-d- show debug messages -
--format,--debugalternative spellings for the above since v2.2.0 -
-v,--version- show version since v1.1.1 -
-h,--help- print help message since v2.2.0 -
-t,--thread- run program on multiple threads (one thread per output file) since v2.4.0
default <format file> is .format
mesh-compiler.exe
then > symbol will appear at which point you can enter commands in a same manner as passing arguments when running the program:
for example:
> <file to compile> <path to .format file>
or with flags:
> <file to compile> -d -f <format file>
> q - closes application
.format files determine the structure of the output file. Meaning what data to extract from input file and in what order / configuration to write that data to output file. See format file syntax for more information about .format files. See also JSON alternative to .format files.
JSON format structure since v2.2.0
-
bone_idsince v2.1.0 -
bone_weightsince v2.1.0 -
off_matr,off_matrix,offset_matr,offset_matrixsince v2.0.0 -
bone_parentsince v2.3.0 -
bone_childsince v2.3.0 -
m_off_matr,m_off_matrix,m_offset_matr,m_offset_matrixsince v2.2.0 -
m_bone_parentsince v2.3.0 -
m_bone_childsince v2.3.0 -
position_keysince v2.0.0 -
rotation_keysince v2.0.0 -
scale_keysince v2.0.0 -
position_time,position_timestamp,position_key_time,position_key_timestampsince v2.0.0 -
rotation_time,rotation_timestamp,rotation_key_time,rotation_key_timestampsince v2.0.0 -
scale_time,scale_timestamp,scale_key_time,scale_key_timestampsince v2.0.0 -
durationsince v2.0.0 -
ticks_per_secondsince v2.0.0
key-words: