scene::LightNode Class Reference

This is the light node class. More...

#include <LightNode.h>

Inheritance diagram for scene::LightNode:

Inheritance graph
[legend]
Collaboration diagram for scene::LightNode:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 LightNode ()
virtual ~LightNode ()
virtual void draw (render::Render *pRender)
void setLight (Light *pLight)
const LightgetLight () const


Detailed Description

This is the light node class.

Constructor & Destructor Documentation

scene::LightNode::LightNode (  ) 

Constructor

virtual scene::LightNode::~LightNode (  )  [virtual]

Destructor


Member Function Documentation

virtual void scene::LightNode::draw ( render::Render pRender  )  [virtual]

See also:
Node::draw()

Reimplemented from scene::Node.

void scene::LightNode::setLight ( Light pLight  ) 

Set the light on the node

Parameters:
pLight The light object

const Light* scene::LightNode::getLight (  )  const

Get the light on the node

Returns:
the light


The documentation for this class was generated from the following file:

Generated on Mon Mar 3 10:53:10 2008 for Aika by  doxygen 1.5.5