Help setting the projectionMatrix

Klabbis

09-09-2007 09:28:26

Hello,

Im trying to set the projection matrix to identity like so

Mogre.Root.Singleton.RenderSystem._setProjectionMatrix(Matrix4.IDENTITY);

This causes "System.AccessviolationException"
Im using the latest release of Mogre.

Any ideas?

/K