Bug 316 : lighting issues in revision 0109 and later
Last modified: 2006-05-14 05:01




Status:
RESOLVED
Resolution:
FIXED -
Priority:
P1
Severity:
normal

 

Reporter:
fry
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2006-04-02 11:35
this breaks the spotlight example included with the p5 distribution, along
with several other bits of code on the board that will reproduce the issue:

original report (requires ocd)
http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1143788453

additional report with shorter example:
http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1143991823

happens with P3D (and OPENGL)

might be a regression from not creating new variables that was included in
P3D between 108 and 109, but there doesn't seem to be a good reason why
this would be the case.. however perhaps those variables are used later and
in a different way, and they're expected to be their own memory?

haven't tried a diff of other parts of the source that could have broken
between.. assumption is that it would be in PGraphics3. also need to check
if replacing PGraphics3 with the old one will make the issue go away..
simple enough but needs to be done with a copy of the 108 and 109 sources,
because the superclass (PGraphics) changes completely in 110 and the diffs
will be a total mess.
Additional Comment #1 From fry 2006-05-14 05:01
fixed in revision 0112.