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 ...
Search found 4 matches
- Mon Aug 21, 2006 10:52 am
- Forum: Code Snippets
- Topic: Recursive Mirror
- Replies: 3
- Views: 3070
- Sun Aug 20, 2006 11:35 am
- Forum: Bug reports
- Topic: Dynamic light opengl driver bug??
- Replies: 4
- Views: 527
- Sat Aug 19, 2006 4:58 pm
- Forum: Bug reports
- Topic: Dynamic light opengl driver bug??
- Replies: 4
- Views: 527
- 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 ...
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 ...