CPPGPGPU Library - Reference (Doxygen)

Main Page | General Use | Reference | Examples Info | Get/Download CPPGPGPU | SF.net Page

ModelNode Class Reference

Model Node, Just do a draw. Attaching children won't do much good. More...

#include <BasicNodes.h>

Inheritance diagram for ModelNode:

NodeObject

List of all members.

Public Member Functions

 ModelNode (const string &sName)
 ~ModelNode ()
 CLASS_RTTI (ModelNode, NodeObject)
bool LoadOBJ (const char *sFileToLoad)
virtual void Render ()
 Render object.

Private Attributes

GLuint iList


Detailed Description

Model Node, Just do a draw. Attaching children won't do much good.

Definition at line 117 of file BasicNodes.h.


Constructor & Destructor Documentation

ModelNode::ModelNode ( const string sName  )  [inline]

Definition at line 120 of file BasicNodes.h.

ModelNode::~ModelNode (  ) 

Definition at line 212 of file BasicNodes.cpp.


Member Function Documentation

ModelNode::CLASS_RTTI ( ModelNode  ,
NodeObject   
)

bool ModelNode::LoadOBJ ( const char *  sFileToLoad  ) 

Definition at line 139 of file BasicNodes.cpp.

void ModelNode::Render (  )  [virtual]

Render object.

Reimplemented from NodeObject.

Definition at line 218 of file BasicNodes.cpp.


Member Data Documentation

GLuint ModelNode::iList [private]

Definition at line 128 of file BasicNodes.h.


The documentation for this class was generated from the following files:
© 2005-2007 Charles Lohr, Joshua Allen, David Chapman, Andrew Lohr. All material including documentation under the MIT/X11 license.