Sandbox
outline
motivation
related_work
implementation
 setup
 model_space
 gestures
 mapping
 sculpt
 tree
 building
 sample
 templates
 structure
 sandboxtoy
 mesh
 meshtriangle
 mesh
 tree
 movie
 discussion
 thanks


SandboxToy

Attributes:

. ID - Identifies what type the toy is: either a Mesh, Tree, or Building.

. PlayMode - A boolean value: whether the toy is being played or not.

Methods:

. Interact - Controls the interaction with the toy based on gestural input.

. The implementation of this method is deferred to derived classes.