Nifty batched overlay z-sorting bug?

hi,

if I use nifty overlay and the batch renderer
[java]
NiftyJmeDisplay(getAssetManager(), getInputManager(), getAudioRenderer(), getGuiViewPort, 2048, 2048);
[/java]
I get this result:

I don’t know if its a bug. It works without the two “2048” params

EDIT:
[java]
NiftyJmeDisplay(getAssetManager(), getInputManager(), getAudioRenderer(), getGuiViewPort);
[/java]
looks like this

1 Like

no one who knows this bug? :confused: are there anyone who use the batched renderer of nifty?

It seems that the depth buffer is screwed up.
This feature is pretty new, and there maybe some issues.
I’ll look into it.

1 Like

ok thank you, I hope you can find the bug :smiley:

hi are there any news?

I completely forgot about it.
I’m gonna try to look into it looks like a serious issue.

1 Like

should be fixed in last SVN

2 Likes

thanks, perfect :smiley: