|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
x3dcvt.c++ File Reference
Detailed DescriptionThis file include the code used to generate a tool which can read all the 3D formats that libx3d supports and save it back to any of the other formats.Note that some formats may be loosy, meaning that you may lose some information (usually precision in the coordinates) when converting to these formats.
The tool can also be used with stdin and stdout when no file name is specified. You can use a single dash (-) to use stdin as input:
cat somefile | x3dcvt - anotherfile or
cat somefile | x3dcvt >anotherfile You can use --help to get information about the available options. Function Documentation
Variable Documentation
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
|