Grey.Graphics.VoxelRenderer.DrawAll C# (CSharp) Method

DrawAll() public method

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

Same methods

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