Momentum Scripting v1
Loading...
Searching...
No Matches
MOMENTUM_NAMESPACE::SceneNode Class Reference

#include <SceneNode.h>

Public Member Functions

Vec4 getColor () const
 

Friends

class SceneGraph
 

Detailed Description

A container class to access scene nodes after they are created via the SceneGraph API.

Use this to modify (not implemented) or remove scene nodes from the scene graph.

Member Function Documentation

◆ getColor()

Vec4 MOMENTUM_NAMESPACE::SceneNode::getColor ( ) const

Inspect the current diffuse color stored on the underlying OSG node.

Friends And Related Function Documentation

◆ SceneGraph

friend class SceneGraph
friend