Interface Renderable


public interface Renderable
Simple interface to things that can be Rendered.
Version:
$Revision$ $Id$
Author:
$Author$
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    "Render" this thing.
  • Method Details

    • render

      void render()
      "Render" this thing. This will involve calls to the GL.