NAME
view3d - View grayscale drawable in 3D
SYNOPSIS
<Image>/View/3D Surface...
DESCRIPTION
This script uses PDL::Graphics:TriD to view a grayscale drawable in 3D. You can choose a Cartesian (default) or Polar projection, toggle the drawing of lines, and toggle normal smoothing.
PARAMETERS
[ PF_BOOL, 'polar', 'Radial view', 0],
[ PF_BOOL, 'lines', 'Draw grid lines', 0],
[ PF_BOOL, 'smooth', 'Smooth surface normals', 1]
RETURN VALUES
IMAGE TYPES
RGB*,GRAY*
AUTHOR
Tom Rathborne
DATE
1999-03-11
LICENSE
Released under the GNU Public License v2.