<BinarizeOption>

Description

The binarization operation options.

Attributes

TypeAttributesDescription
ScaleQuantizeQuality The quality level of the quantized Scale component when binarizing.
0 is lowest quality and 9 is highest quality.
RotateQuantizeQuality The quality level of the quantized Rotate component when binarizing.
0 is lowest quality and 9 is highest quality.
TranslateQuantizeQuality The quality level of the quantized Translate component when binarizing.
0 is lowest quality and 9 is highest quality.
IsFrameFormat Specifies whether to make frames when outputting the binary.

If true, the skeletal animation is binarized in frame format.
If false, the skeletal animation is binarized in key format.
The playback process load is lower in frame format than in key format, but the amount of data is normally larger.

Quantization Quality and Data Size when Binarizing

When binarizing, the quantization quality can be set to one of 10 levels, ranging from 0 to 9.

When 0 is specified, the animation precision is of the lowest quality but the amount of data is small.
When 9 is specified, no quantization is conducted so precision is the highest, but the amount of data is large.

The quantization setting only influences the content of the binary file.
It does not influence the content of the intermediate file.


CONFIDENTIAL