Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members
Classes | Enumerations
scene Namespace Reference

In this namespace can be found scene management classes like SceneManager, SceneNode, Camera, and so on. More...

Classes

class  GroupNode
 Class representing a group node in the scene graph. More...
class  Node
class  RootNode
 Class representing the root node in the scene graph. More...
class  Scene
class  SceneFactory
class  SceneManager

Enumerations

enum  NodeType {
  NT_UNDEFINED, NT_ROOT, NT_GROUP, NT_RENDERABLE,
  NT_LIGHT, NT_CAMERA, NT_SOUND, NT_BODY,
  NT_LISTENER, NT_COUNT
}
enum  TransformSpace { TS_LOCAL, TS_PARENT, TS_WORLD }

Detailed Description

In this namespace can be found scene management classes like SceneManager, SceneNode, Camera, and so on.


Enumeration Type Documentation

Enumerator:
NT_UNDEFINED 
NT_ROOT 
NT_GROUP 
NT_RENDERABLE 
NT_LIGHT 
NT_CAMERA 
NT_SOUND 
NT_BODY 
NT_LISTENER 
NT_COUNT 
Enumerator:
TS_LOCAL 
TS_PARENT 

Transform is relative to the local space.

TS_WORLD 

Transform is relative to the space of the parent node.

Transform is relative to world space


The KG Game Engine
The KG Game Engine Documentation © 2006-2011 by Kat'Oun. Generated on Sat Jul 2 2011 00:50:10 by Doxygen (1.7.4)