Path: utzoo!attcan!uunet!decwrl!sgi!shinobu!odin!lima.esd.sgi.com!kuta From: kuta@lima.esd.sgi.com (Herb Kuta) Newsgroups: comp.sys.sgi Subject: Re: 3.3.1 and Pascal Message-ID: <1990Oct10.201900.7893@odin.corp.sgi.com> Date: 10 Oct 90 20:19:00 GMT References: <20100517523067@lax.wisc.edu> Sender: news@odin.corp.sgi.com (Net News) Reply-To: kuta@lima.esd.sgi.com (Herb Kuta) Organization: sgi Lines: 18 In article <20100517523067@lax.wisc.edu>, SENGER@LAX.WISC.EDU writes: |> I finally got 3.3.1 going after a physically scratched Dev tape and a |> messed up install and now I find a problem with things written in Pascal. |> The best I can tell so far is that the diffuse component of lighting is |> being ignored. You can test this by changing nurbs.p in 4Dgifts/nurbs. |> Is anyone else seeing this, or is my installation still screwed up. |> |> thanks in advance. |> steve |> senger@lax.wisc.edu Are you sure that you are compiling nurbs.p without optimization (the -O flag)? Otherwise, passing locally declared arrays to the wrapper library (as the procedure make_lights does) is done incorrectly. Herb Kuta Silicon Graphics