Returns a new instance of Camera.
655 656 657 658
# File 'lib/kamelopard/classes.rb', line 655 def initialize(point = nil, options = {}) super('Camera', point, options) @roll = 0 if @roll.nil? end