<<<<<<<<<<<<<<<<<

surface(lymb) LYMB surface(lymb)

NAME

surface--renders a surface

DESCRIPTION

surface displays the polygon and tri_strip data and colors it according to the scalar and normals information. If there is a mask associated with the data only specified polygons and triangle strips will be displayed.

SUPERCLASS

display_feature

INSTANCE VARIABLES

none

MESSAGES

open! generates the proper data and sends it to the renderer

renderer_names? returns the proper renderer names.

EXAMPLE

display_data new:d1 points=(0,0,0,1,1,1,1,1,0) triangle_strips=(3,1,2,3) polygons=(3,1,2,3);

surface new:surf data_in=d1;

actor new:a1 modeller=surf;

SEE ALSO

display_feature,data_primitive,lines,hedgehog,contour


Please send comments and suggestions to
consult@rpi.edu