Axiom.RenderSystems.OpenGLES.GLESRenderSystem.ApplyObliqueDepthProjection C# (CSharp) Méthode

ApplyObliqueDepthProjection() public méthode

public ApplyObliqueDepthProjection ( Matrix4 &projMatrix, Plane plane, bool forGpuProgram ) : void
projMatrix Axiom.Math.Matrix4
plane Axiom.Math.Plane
forGpuProgram bool
Résultat void
		public override void ApplyObliqueDepthProjection( ref Matrix4 projMatrix, Plane plane, bool forGpuProgram )
		{
			throw new NotImplementedException();
		}
GLESRenderSystem