Question about 0.5

scratchyrice

08-03-2009 16:11:58

My implementation of 0.5 is almost complete, However i seem to remember mention of a method which could be used to fix the horizon artifact bug. Is this in 0.5, If so where and how do i use it?

Cheers

Scratchy

dudeabot

08-03-2009 22:54:39


In hydrax 0.5 you can use: RttManager::setDisableReflectionCustomNearCliplPlaneRenderQueues(...) to add the render queues that you want to disable the clip plane in the reflection RTT :)
Just add caelum render queue with: mHydrax->getRttManager()->setDisableReflectionCustomNearCliplPlaneRenderQueues(...); and it must work as expected ;)

Xavi