Subsections

Scene

add(self, obj)

Add a new item to the scene

delete(self, obj)

Delete an item from the scene

getBackgroundColor(self)

Gets the current background color setting of the Scene

getSize(self)

Gets the current size of the scene

place(self, obj)

Place an object within a scene

render(self, pause, interactive)

Render (or re-render) the scene

rendererCommand(self, command)

Allows the user to run a low-level renderer-specific command directly

save(self, fname, format)

Save the scene to a file

setBackgroundColor(self, *color)

Sets the background color of the Scene

setSize(self, xSize, ySize)

Sets the size of the scene.

Paul Cochrane
2006-10-10