On Thu, Nov 13, 2008 at 7:20 AM, Jon Kleiser <[EMAIL PROTECTED]> wrote: > Hi, > > I've tried out some of the stuff in the "extra" folder. My favorite > this far is probably the "spheres". There's one thing I'd like to > change, however, and that's the bright red color in the checkered > floor. I haven't managed to spot where in the spheres.factor code > this color is specified. Can someone tell me where it's hidden? >
Hi Jon, That color is being picked in the shader, specifically this line: http://paste.factorcode.org/paste?id=139 It's doing reasonably 'clever' things, so take a deep breath before you dive in. -Harold ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
