Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!sgi!woo From: woo@madonna.SGI.COM (Mason Woo) Newsgroups: comp.sys.sgi Subject: Re: SGI lighting model? Summary: Release dependencies on previous code Message-ID: <20858@sgi.SGI.COM> Date: 31 Aug 88 18:22:18 GMT References: <8808252117.aa03442@SPARK.BRL.MIL> <20761@sgi.SGI.COM> <181@ai.etl.army.mil> Sender: daemon@sgi.SGI.COM Organization: Silicon Graphics Inc, Mountain View, CA Lines: 30 In article <181@ai.etl.army.mil>, richr@ai.etl.army.mil (Richard Rosenthal) writes: > > I tried to compile and load the provided code on 4D/60T ... > > /usr/bin/ld: > Undefined: > lsetdepth > czclear > bgnpolygon > n3f > v3f > endpolygon > *** Error code 1 Sorry, Richard, but I forgot to point out that you must be at Release 3.0, which is standard on the IRIS 4D/GT. If you are still at Release 2.0 on the IRIS 4D, this code can be converted: change references from lsetdepth to setdepth change czclear to RGBcolor(), clear(), and zclear() change bgnpolygon(), n3f(), v3f(), endpolygon() to normal(), pmv(), normal(), pdr(), normal(), ..., pclos() See the Graphics Library Guide for the precise syntax of these subroutines. Thanks, again. -- Mason Woo--Manager, Customer Education Silicon Graphics Computer Systems Internet: woo@SGI.COM UUCP: {ames,ucbvax,decwrl,sun}!sgi!woo