DOKK / manpages / debian 12 / draco / draco_transcoder.1.en
DRACO_TRANSCODER(1) Draco Compression DRACO_TRANSCODER(1)

draco_transcoder - transcode compressed 3D geometric meshes and point clouds

draco_transcoder [options] -i input -o output

Draco is a format for efficient compression of 3D graphics data such as geometric meshes or point clouds. draco_transcoder is the transcoding tool.

The following options are available:

input file name
output file name
quantization bits for the position (default: 11)
quantization bits for the texture coordinates (default: 10)
quantization bits for the normal vector (default: 8)
quantization bits for the color attribute (default: 8)
quantization bits for the tangent attribute (default: 8)
quantization bits for the weight attribute (default: 8)
quantization bits for any generic attribute (default: 8)

draco_decoder(1), draco_encoder(1)