OpenGL differs from DirectX

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
mnunesvsc
Posts: 22
Joined: Sun May 28, 2006 9:04 pm
Contact:

OpenGL differs from DirectX

Post by mnunesvsc »

Greetings,

Testing the new released version, noted an bug already noticied in early versions.

In OpenGL, the code apresents some shadows, as showed in the picture

Image

while in Directx the shadows does not appears

Image

Puts the post because, in my codes the problem occur and i´m using only OpenGL and the old code ( 1.5.0 )

So i believe it´s an old problem.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

I guess that this is only apparent when lighting is enabled? In 1.6 (SVN/trunk) I see a different effect: If only diffuse map is shown, both are the same. But when detail map is shown, the OpenGL version shows a full bright terrain, while DirectX only shows the bright detail map parts. I guess the DirectX part is correct, but I cannot see the reason for this.
Post Reply