Strange problem with texture [solved]

kintaro

29-01-2007 19:53:23

Hi, I am having a strange problem with textures for my project.

Below there are two screenshots, the first one justn't has any problem with texture, and thats the way it should be and it is using oSceneLoader only.

The second one has problems with texture, they are mixed and when the camera move, the textures moves like a jelly.

In the second screenshot I am was using oSceneLoader, and some more framelisteners for characters, cegui and I am using multiple scene managers.

So what should I do to solve this problem?

GOOD:



BAD:

Lioric

29-01-2007 23:49:59

What are the clip planes values for the camera (in the second image)?

kintaro

30-01-2007 12:18:56

Oh man, I never think that clip planes values could do that.

The near clip distance I had set to 0.1, so I had set again to 5 and than the bug in textures does not happen anymore.

Thanks very much for your help, Lioric. :D