SDSC im2wrl
Convert an image to a VRML file
Version v1.0
San Diego Supercomputer Center
Description
Example 1
This example was produced using the following command line:
im2wrl -scale 0.15 test1.rgb test1.wrl
Input Image
This is the original input image (test1.rgb), in this case an SGI
RGB file.
Sample Grid
This is a rendering of the underlying, sampled grid that was created
from the input image.
Output Geometry
This is the final, geometric, phong-shaded model (test1.wrl) sampled from the
input image.
Example 2
This example was produced using the following command line:
im2wrl -scale 0.15 -bumpscale 2.0 test2.rgb test2.wrl
Input Image
This is the original input image (test2.rgb), in this case an SGI
RGB file.
Output Geometry
This is the final, geometric, wireframe model (test2.wrl) sampled from the
input image with a bump-map applied.
Authors
John Moreland
San Diego Supercomputer Center
Downloading