geRenderer

From GriffinEngine
Jump to: navigation, search

Usage

Renders graphics.

Inheritance

geObject

Fields

  • static geRenderer* instance
  • geGraphicsSettings* settings

Constructors

  • geRenderer()
  • geRenderer(geGraphicsSettings* graphicsSettings)

Accessors

  • virtual int getID()
  • geGraphicsSettings* getSettings()

Methods

  • void Draw(geRenderArgs* args)
  • static void Initialize(geGraphicsSettings* graphicsSettings)
  • static geRenderer* Instance()

Operators

  • None

geRenderArgs

Usage

Renders args stuff

Fields

  • geSceneGraph* scene
  • geICamera* camera
  • vector<geLight*> lightList