Search found 4 matches

by babyfox
Mon Aug 21, 2006 10:52 am
Forum: Code Snippets
Topic: Recursive Mirror
Replies: 3
Views: 3070

Recursive Mirror

I have put together a demo to show recursive mirroring effect using render-to-texture and a customised 2-pass rendering routine.

At this stage I am still trying to varify the correctness of the mirroring recursion, once this is done I will post the source code here. :)

Here is a screen shot , hope ...
by babyfox
Sun Aug 20, 2006 11:35 am
Forum: Bug reports
Topic: Dynamic light opengl driver bug??
Replies: 4
Views: 527

omaremad wrote:are you using the built in shaders? they only calculate the fist 2 lights added
thanks Omaremad. This is exactly where my problem was.


:D
by babyfox
Sat Aug 19, 2006 4:58 pm
Forum: Bug reports
Topic: Dynamic light opengl driver bug??
Replies: 4
Views: 527

With the modification, the opengl driver now returns the correct amount of dynamic light supported by the driver, 8 in my case. However it still has solved the lighting problem i have.

Any advice will be appreciated.

Many thanks
by babyfox
Sat Aug 19, 2006 4:33 pm
Forum: Bug reports
Topic: Dynamic light opengl driver bug??
Replies: 4
Views: 527

Dynamic light opengl driver bug??

Hi:

I don't know if this is actually a bug. I am trying to add a few dynamic lights to my scene, however only the first two lights are rendered, the rest are ignored. I had a look at the addDynamicLight function in the OpenGL driver class. It appears to me that the following fragment of code might ...