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

tovrmlx3d - Convert 3D models to X3D, format VRML / X3D to have nice indentation.

Description

tovrmlx3d  Convert 3D models to X3D, format VRML / X3D to have nice indentation. The output model will be
       written on standard output.

Name

       tovrmlx3d - Convert 3D models to X3D, format VRML / X3D to have nice indentation.

See Also

view3dscene(1)

Castle Game Engine                                 12 May 2013                                      tovrmlx3d(1)

Synopsis

tovrmlx3d [file] [options...]

Usage

tovrmlx3d takes the following arguments:

       file   The 3D model file to open.

       -h/--help
              Print the help message and exit.

       -v/--version
              Print the version number and exit.

       --encodingclassic|xml
              Choose X3D encoding. Default is "classic".

       --force-x3d
              Force conversion from VRML to X3D. Note that if you choose XML encoding (by --encoding=xml),  this
              is automatic. Note that this works sensibly only for VRML 2.0 (not for older Inventor/VRML 1.0, we
              cannot convert them to valid X3D for now).

See Also