Grey.Graphics.VoxelRenderer.DrawAll C# (CSharp) 메소드

DrawAll() 공개 메소드

public DrawAll ( Matrix mView, Matrix mProj ) : void
mView Matrix
mProj Matrix
리턴 void
        public void DrawAll(Matrix mView, Matrix mProj)
        {
            DrawAll(Matrix.Identity, mView, mProj);
        }

Same methods

VoxelRenderer::DrawAll ( Matrix mWorld, Matrix mView, Matrix mProj ) : void