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

SetGLLightfv() 공개 메소드

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