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

SetGLLightf() 공개 메소드

public SetGLLightf ( All light, All name, float param ) : void
light All
name All
param float
리턴 void
		void SetGLLightf( All light, All name, float param )
		{
			throw new NotImplementedException();
		}
		void SetGLLightfv( All light, All name, float param )
GLESRenderSystem