Squeak Class Documentation category index | class index  
 
B3DScene
  category: Balloon3D-Objects
  superclass: Object
  subclasses:

No comment. Sorry.

instance methods
  accessing
  boundingBox
cameras
clearColor
clearColor:
defaultCamera
defaultCamera:
lights
objects
objects:

  displaying
  render
renderOn:

  initialize
  from3DS:
initialize
withoutQuestionsFrom3DS:

class methods
  instance creation
  from3DS:
new
withoutQuestionsFrom3DS:

instance methods
  accessing top  
 

boundingBox


 

cameras


 

clearColor


 

clearColor:


 

defaultCamera


 

defaultCamera:


 

lights


 

objects


 

objects:


  displaying top  
 

render


 

renderOn:


  initialize top  
 

from3DS:

Remove the globals from the scene - the remaining objects are
name->sceneObject


 

initialize


 

withoutQuestionsFrom3DS:

Remove the globals from the scene - the remaining objects are
name->sceneObject


class methods
  instance creation top  
 

from3DS:


 

new

Answer a new instance of the receiver (which is a class) with no indexable variables. Fail if the class is indexable.


 

withoutQuestionsFrom3DS: