sgi_texture(oscar) Animation sgi_texture(oscar)
NAME
sgi_texture - sgi image file interface to LYMB texture
data.
DESCRIPTION
The sgi_texture object reads SGI image files as textures.
NOTE: sgi_texture is not available on all architectures.
SUPERCLASS
texture
INSTANCE VARIABLES
(all inherited)
MESSAGES
read! read the SGI image file and convert to LYMB texture
form.
EXAMPLE
The following LYMB script reads and displays a Cyberware
geometry and texture file (the Cyberware image file is an
SGI image file).
/*
* Create a cyberware modeller to read data
*/
cyber_modeller new: fran_face
filename= `fran_cut'
;
sgi_texture new: fran_image
file= `fran_cut.color'
;
actor new: fran
modeller= fran_face
texture= fran_image
;
renderer new: aren
actors= [actor instances?]
render!
;
SEE ALSO
texture, cyber_modeller, display_data, cylinder_modeller,
plane_modeller
Please send comments and suggestions toconsult@rpi.edu