Arena.Mesh3D.RenderContent C# (CSharp) Method

RenderContent() protected method

protected RenderContent ( GraphicsInterface gi ) : void
gi NewTOAPIA.GL.GraphicsInterface
return void
        protected override void RenderContent(GraphicsInterface gi)
        {
            gi.DrawElements(fMode, indices.Length, DrawElementType.UnsignedInt, Indices);
        }