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

SetGLMaterialfv() 공개 메소드

public SetGLMaterialfv ( All face, All name, float param ) : void
face All
name All
param float
리턴 void
		void SetGLMaterialfv( All face, All name, float param )
		{
			throw new NotImplementedException();
		}
		void SetGLMatrixMode( All mode )
GLESRenderSystem