logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

draco_transcoder - transcode compressed 3D geometric meshes and point clouds

Description

       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:

       -iinput
              input file name

       -ooutput
              output file name

       -qpvalue
              quantization bits for the position (default: 11)

       -qtvalue
              quantization bits for the texture coordinates (default: 10)

       -qnvalue
              quantization bits for the normal vector (default: 8)

       -qcvalue
              quantization bits for the color attribute (default: 8)

       -qtgvalue
              quantization bits for the tangent attribute (default: 8)

       -qwvalue
              quantization bits for the weight attribute (default: 8)

       -qgvalue
              quantization bits for any generic attribute (default: 8)

Name

       draco_transcoder - transcode compressed 3D geometric meshes and point clouds

See Also

draco_decoder(1), draco_encoder(1)

                                                                                             DRACO_TRANSCODER(1)

Synopsis

draco_transcoder [options] -iinput-ooutput

See Also