Table of Contents


The roSGScreen object is a SceneGraph canvas that displays the contents of a SceneGraph Scene node tree.

Supported Interfaces

Supported Events

Description

The object is created by calling:

CreateObject("roSGScreen")

CreateScene() takes one argument, the name of the Scene component to create.  Channels will typically extend Scene with their own application specific Scene type, such as MyScene.

roSGScreen Typical Usage Example
screen = CreateObject("roSGScreen")
scene  = screen.CreateScene("MyScene")
screen.show()