wrl
This page shows the steps necessary to convert a Cyberware PLY file into the VRML format.
There are three paths, one from Mtool/PlyTool (may require a license), one using the command-line
converter ply2wrl and one using the Polymesh Maps add-on (license required) to the CySlice software:
For information on how to convert an Echo Head & Face scan into VRML, complete with the color texture map, please
reference the Echo to WRL support document.
Mtool/PlyTool
Following is an example of how to use Mtool to open a Cyberware PLY file and save it in the VRML format:
- Right-click on the PLY file that you would like to convert and select Convert:
 |
| Open a File for Conversion |
You'll see the PlyTool/Mtool application on your screen and the chosen file will be loaded into the software.
 |
| File Loaded |
- Click on the Sort Faces checkbox to activate this option:
 |
| Sort Faces |
- Click on the white arrow next to Output.
 |
| Open the Mesh Output Dialog |
You should no see the Mesh Output and Output Type dialogs:
 |
| Output Dialogs |
- In the Mesh Output window, click one time on the PLY file that you would like to convert:
 |
| Select the PLY File |
- Click .wrl from the list:
 |
| Select the Output Type (.wrl) |
If you would like to output a VRML Solids file, simply tick the checkbox in the Output Options dialog.
 |
| Select the Output Options |
- Click the green Output button in the Mesh Output window to save the file into the same
directory as the original PLY file.
If you would like to save the file to some other directory, navigate
to that directory in the Mesh Output window, then click the Output button.
 |
| Output WRL |
- Click the green Convert button in the Mtool/PlyTool window:
 |
| Convert WRL |
After a small time, you should see Conversion Complete in the Console:
 |
| Conversion Complete |
- Click the red Exit button in the main Mtool/PlyTool window to exit the program.
 |
| Exit the Program |
- Confirm that you would like to exit the program by clicking the red Exit button in the Exit? window.
 |
| Exit the Program |
ply2wrl
Following are the complete usage instructions for this converter. A typical conversion will
look like the following:
| ply2wrl infile.ply outfile.wrl |
- Description:
Used to convert a Cyberware PLY file into a VRML WRL file.
- Usage:
ply2wrl [-h] [-v] [-Db,<num>,<num>,<num>] [-Dt,<title>] [-Dv,<num>] [-Dz,<num>] infile.ply outfile.wrl
- Variables:
| -h: | Display help message |
| -v: | Verbose |
| -Db,<r>,<g>,<b>: | Set background color |
| -Dt,<title>: | Set title |
| -Dv,<num>: | Set initial view |
| -Dv,1: | Front [default] |
| -Dv,2: | Front-right |
| -Dv,3: | Right |
| -Dv,4: | Back-right |
| -Dv,5: | Back |
| -Dv,6: | Back-left |
| -Dv,7: | Left |
| -Dv,8: | Front-left |
| -Dz,<num>: | Zoom factor for view |
| infile.ply: | PLY file for input |
| outfile.wrl: | .wrl output file |