www.jpct.net

jPCT - a 3d engine for Java => Support => Topic started by: Melssj5 on April 15, 2008, 08:00:05 pm

Title: Coloring everything
Post by: Melssj5 on April 15, 2008, 08:00:05 pm
Hi, Is there (or will be) anyway to colour all the FrameBuffer, for example to see everything with a red tint filter or something.

I want to use this to colour everything a few milliseconds when receiving a shot.
Title: Re: Coloring everything
Post by: EgonOlsen on April 15, 2008, 08:28:36 pm
With 1.16rc, you can either use a transparent, scaled blit or an Overlay to do this. Set the blending to additive and use small red texture.