Axiom.Components.Terrain.TerrainQuadTreeNode.TerrainRendable.GetWorldTransforms C# (CSharp) 메소드

GetWorldTransforms() 공개 메소드

public GetWorldTransforms ( Matrix4 matrices ) : void
matrices Axiom.Math.Matrix4
리턴 void
            public override void GetWorldTransforms(Matrix4[] matrices)
            {
                mParent.GetWorldTransforms(matrices);
            }
            public override void UpdateRenderQueue(RenderQueue queue)