Squeak Class Documentation category index | class index  
 
WonderlandPositionalLight
  category: Balloon3D-Wonderland Lights
  superclass: WonderlandLightSource
  subclasses: WonderlandSpotLight WonderlandPositionalLight1

No comment. Sorry.

instance methods
  accessing
  attenuation
attenuation:
position

  converting
  asPrimitiveLight
transformedBy:

  initialization
  initialize
initializeFor:

  shading
  computeAttenuationFor:
computeDirectionTo:

class methods
  change logging
  acceptsLoggingOfCompilation
wantsChangeSetLogging

instance methods
  accessing top  
 

attenuation


 

attenuation:


 

position


  converting top  
 

asPrimitiveLight

Convert the receiver into a B3DPrimitiveLight


 

transformedBy:


  initialization top  
 

initialize

Initialize this light


 

initializeFor:

Initialize this light


  shading top  
 

computeAttenuationFor:

Compute the attenuation for the given distance


 

computeDirectionTo:

Compute the lights direction to the given vertex


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