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

SetWorldMatrices() 공개 메소드

public SetWorldMatrices ( Matrix4 matrices, ushort count ) : void
matrices Matrix4
count ushort
리턴 void
		public override void SetWorldMatrices( Matrix4[] matrices, ushort count )
		{
			base.SetWorldMatrices( matrices, count );
		}
GLESRenderSystem