Class: RuPov::LightSources::LightSource

Inherits:
Base
  • Object
show all
Defined in:
lib/rupov.rb

Direct Known Subclasses

PointLight

Instance Attribute Summary

Attributes inherited from Base

#name

Instance Method Summary collapse

Methods inherited from Base

#<<, #to_s

Constructor Details

#initializeLightSource

Returns a new instance of LightSource.



242
243
244
# File 'lib/rupov.rb', line 242

def initialize
    super( 'light_source' )
end