Arena.Mesh3D.RenderContent C# (CSharp) Méthode

RenderContent() protected méthode

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