Class: Lightwave::LightwaveObject::TextureMapping

Inherits:
ChunkReader
  • Object
show all
Defined in:
lib/lightwave.rb

Constant Summary collapse

COORDINATE_SYSTEMS =
[:object, :world]

Instance Attribute Summary collapse

Attributes inherited from ChunkReader

#errors

Method Summary

Methods inherited from ChunkReader

chunk_map, #initialize, #make_defaults, #process_tags, set_chunk_length

Constructor Details

This class inherits a constructor from Lightwave::LightwaveObject::ChunkReader

Instance Attribute Details

#centerObject

Returns the value of attribute center.



207
208
209
# File 'lib/lightwave.rb', line 207

def center
  @center
end

#coordinate_systemObject

Returns the value of attribute coordinate_system.



207
208
209
# File 'lib/lightwave.rb', line 207

def coordinate_system
  @coordinate_system
end

#falloffObject

Returns the value of attribute falloff.



207
208
209
# File 'lib/lightwave.rb', line 207

def falloff
  @falloff
end

#object_nameObject

Returns the value of attribute object_name.



207
208
209
# File 'lib/lightwave.rb', line 207

def object_name
  @object_name
end

#rotationObject

Returns the value of attribute rotation.



207
208
209
# File 'lib/lightwave.rb', line 207

def rotation
  @rotation
end

#sizeObject

Returns the value of attribute size.



207
208
209
# File 'lib/lightwave.rb', line 207

def size
  @size
end