Surface Specification

! provides a number of ways to define surfaces and to bind these surfaces to objects. The most straight-forward method of surface specification is to simply list the surface properties to be used. *************** *** 179,190 **** is used to give the primitive its appearance.

An object that has no surface bound to it is assigned a default surface ! that give an object the appearance of white plastic.

! The first ! and most direct way to bind a surface to a primitive ! is by specifying the surface to be bound to ! the primitive when it is instantiated. This is accomplished by inserting a list of surface attributes or a surface name after the primitive's type keyword and before the actual primitive data. — 186,197 —- is used to give the primitive its appearance.

An object that has no surface bound to it is assigned a default surface ! that gives the appearance of white plastic.

! The ! most direct way to bind a surface to a primitive ! is to specify the surface when the ! the primitive instantiated. This is accomplished by inserting a list of surface attributes or a surface name after the primitive's type keyword and before the actual primitive data. *************** *** 205,211 **** a sphere, which has a diffuse white surface bound to it. The next line instantiates a sphere with the defined ``mud'' surface bound to it. The last line instantiates a sphere with no surface bound to it; ! it is assigned the default surface by rayshade.

The applysurf keyword may be used to set the default surface characteristics for the aggregate object currently being defined. — 212,218 —- a sphere, which has a diffuse white surface bound to it. The next line instantiates a sphere with the defined ``mud'' surface bound to it. The last line instantiates a sphere with no surface bound to it; ! it is assigned the default surface by .

The applysurf keyword may be used to set the default surface characteristics for the aggregate object currently being defined.

Index: Doc/Guide/preface.tex *** old/Doc/Guide/preface.tex Mon Feb 3 12:42:37 1992 — new/Doc/Guide/preface.tex Fri Jan 17 10:29:12 1992 *************** *** 1,20 ****