JWS C++ Library
C++ language utility library
renderable.h File Reference

Abstract class to render this object with the GL. More...

#include <jwsc++/config.h>
#include <jwsc/matrix/matrix.h>
#include <jwsc++/base/exception.h>

Go to the source code of this file.

Classes

class  jwscxx::graphics::Renderable
 Abstract class to render this object with the GL. More...
class  jwscxx::graphics::Wire_renderable
 Abstract class to render this object with the GL as a wire-frame. More...
class  jwscxx::graphics::Wire_occlude_renderable
 Abstract class to render this object with the GL as an occluded wire-frame into the depth buffer, to hide unseen lines. More...
class  jwscxx::graphics::Solid_renderable
 Abstract class to render this object with the GL as a solid. More...

Namespaces

namespace  jwscxx
namespace  jwscxx::graphics

Detailed Description

Abstract class to render this object with the GL.

Author:
Joseph Schlecht
License:
Creative Commons BY-NC-SA 3.0

Definition in file renderable.h.