Horde3D

Next-Generation Graphics Engine
It is currently 18.04.2024, 17:50

All times are UTC + 1 hour




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: 12.10.2007, 14:57 
Offline

Joined: 12.10.2007, 11:04
Posts: 1
Hello Marciano,
I ran into such problem, on my radeon 9600 a parallax
does not work, here screenshot:
Image

In the 0.11.1 version, parallax worked normally


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: 13.10.2007, 09:28 
Offline
Engine Developer

Joined: 10.09.2006, 15:52
Posts: 1217
Hello Kvadro,

I just had the chance to test the engine on a 9600 and have the same problem even with the latest drivers. The problem can be overcome by disabling PCF in the lightingUtils.txt shader:

Code:
float PCF( vec4 projShadow )
{
   return shadow2D( shadowMap, projShadow.stp ).r;
}


But unfortunately I don't know why it isn't working correctly with the original code. First I thought the instruction limit would be exceeded but the shader log (see EngineLog.html) says everthing is fine and working in hardware. Hmm, strange, might be it is a driver bug which didn't appear in the last version because I hadn't been using depth textures for shadow maps before.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 16 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group