Squeak Class Documentation category index | class index  
 
WonderlandStillCamera
  category: Balloon3D-Wonderland Objects
  superclass: WonderlandCamera
  subclasses:

No comment. Sorry.

instance methods
  assigning focus object
  setFocusObject:

  initialize-release
  initializeFor:

  private
  appearsInChildLists

  rendering
  render:pickingAt:withPrimitiveVertex:

class methods
  change logging
  acceptsLoggingOfCompilation
wantsChangeSetLogging

instance methods
  assigning focus object top  
 

setFocusObject:

Assign the object in the Wonderland that the camera should focus on


  initialize-release top  
 

initializeFor:

Initializes the camera.


  private top  
 

appearsInChildLists

Return false; we want to hide the still camera from the user


  rendering top  
 

render:pickingAt:withPrimitiveVertex:

Override the parent method. A WonderlandStillCamera only renders the object that it's focusing on.


class methods
  change logging top  
 

acceptsLoggingOfCompilation

weird name is so that it will come lexically before #compile, so that a clean build can make it through. 7/7/96 sw


 

wantsChangeSetLogging

Answer whether code submitted for the receiver should be remembered by the changeSet mechanism. 7/12/96 sw