Axiom.RenderSystems.OpenGLES.GLESRenderSystem.ApplyObliqueDepthProjection C# (CSharp) 메소드

ApplyObliqueDepthProjection() 공개 메소드

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