Alex Holkner wrote:
> The graphics module, like OpenGL, allows colors to be set with any
> data type (0-1, 0-255, 0-65536, etc, ..).  Internally, all current
> video drivers use the 0-255 range. 
Note that one can render floating point values to an off-screen
framebuffer (FBO). This can be useful for multi-pass algorithms or
GPGPU. See, for example,
http://www.mathematik.uni-dortmund.de/~goeddeke/gpgpu/tutorial.html

-Andrew

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pyglet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to