using SharpGL; namespace Graphics.Objects { interface iGraphicalObject { void render(renderCam context); } }