-
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
,--debug
alternative 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_id
since v2.1.0 -
bone_weight
since v2.1.0 -
off_matr
,off_matrix
,offset_matr
,offset_matrix
since v2.0.0 -
bone_parent
since v2.3.0 -
bone_child
since v2.3.0 -
m_off_matr
,m_off_matrix
,m_offset_matr
,m_offset_matrix
since v2.2.0 -
m_bone_parent
since v2.3.0 -
m_bone_child
since v2.3.0 -
position_key
since v2.0.0 -
rotation_key
since v2.0.0 -
scale_key
since v2.0.0 -
position_time
,position_timestamp
,position_key_time
,position_key_timestamp
since v2.0.0 -
rotation_time
,rotation_timestamp
,rotation_key_time
,rotation_key_timestamp
since v2.0.0 -
scale_time
,scale_timestamp
,scale_key_time
,scale_key_timestamp
since v2.0.0 -
duration
since v2.0.0 -
ticks_per_second
since v2.0.0
key-words
: