pManager?

I don't klnow if I'm using the correct section, but…

I have copied the code from TestProjectWater, but Netbeans says can't locate pManager variable. I'm using BaseGame, and the original script is using SimplePassGame, I think maybe there is a difference.





Regards, Gustavo Borba.

GustavoBorba wrote:
I'm using BaseGame, and the original script is using SimplePassGame, I think maybe there is a difference.
Yes, maybe a BasicPassManager field called pManager?


Well you have some options. The most obvious would be to use SimplePassGame. Or just

have a look at SimplePassGame what is all about that pManager.



In the end you need one BasicPassmanager (pManager) and include it in your update and render-methods…


GustavoBorba said:

I don't klnow if I'm using the correct section, but...
I have copied the code from TestProjectWater, but Netbeans says can't locate pManager variable. I'm using BaseGame, and the original script is using SimplePassGame, I think maybe there is a difference.


Regards, Gustavo Borba.


tentou extender SimplePassGame???