Inheritance diagram for SceneSurface:

Public Member Functions | |
| virtual IRenderableGroup * | get_IRenderableGroup () |
| Interface implemented by any Emma node that can be a parent of other nodes returns the pointer to the corresponding renderable group for this parent the renderable group holds a pointer to the corresponding ogre scene node. | |
Authoring Interface:
SceneSurface {
// from SurfaceNode
field SFInt32 width 256
field SFInt32 height 256
field SRChildNode scene // the scene to be rendered goes in here
}
Functionality:
See SurfaceNode.
1.4.3