ViewportGrid not visible with hydrax

Hackslash

20-04-2009 21:04:43

I have created a ViewportGrid which is described here: http://www.ogre3d.org/wiki/index.php/EditorGridSystem

The Problem is: When the camera is obove the water the Grid is not visible. When the camera is under water u can see the grid (The grid is placed OVER the water plane). Without Hydrax initialized the grid is visible all the time.

I Guess that the problem has something to do with the viewport. If i remove Hydrax and quit my application the viewport destructor crashs at
m_pViewport->getTarget()->removeListener(this);
so i think this listener is not available or something, i don't know :(

Anyone knows how to fix this Viewport Problem?

Sorry for my bad english... :oops: