Class: Lightwave::LightwaveObject::TextureMapping
- Inherits:
-
ChunkReader
- Object
- ChunkReader
- Lightwave::LightwaveObject::TextureMapping
- Defined in:
- lib/lightwave.rb
Constant Summary collapse
- COORDINATE_SYSTEMS =
[:object, :world]
Instance Attribute Summary collapse
-
#center ⇒ Object
Returns the value of attribute center.
-
#coordinate_system ⇒ Object
Returns the value of attribute coordinate_system.
-
#falloff ⇒ Object
Returns the value of attribute falloff.
-
#object_name ⇒ Object
Returns the value of attribute object_name.
-
#rotation ⇒ Object
Returns the value of attribute rotation.
-
#size ⇒ Object
Returns the value of attribute size.
Attributes inherited from ChunkReader
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
#center ⇒ Object
Returns the value of attribute center.
207 208 209 |
# File 'lib/lightwave.rb', line 207 def center @center end |
#coordinate_system ⇒ Object
Returns the value of attribute coordinate_system.
207 208 209 |
# File 'lib/lightwave.rb', line 207 def coordinate_system @coordinate_system end |
#falloff ⇒ Object
Returns the value of attribute falloff.
207 208 209 |
# File 'lib/lightwave.rb', line 207 def falloff @falloff end |
#object_name ⇒ Object
Returns the value of attribute object_name.
207 208 209 |
# File 'lib/lightwave.rb', line 207 def object_name @object_name end |
#rotation ⇒ Object
Returns the value of attribute rotation.
207 208 209 |
# File 'lib/lightwave.rb', line 207 def rotation @rotation end |
#size ⇒ Object
Returns the value of attribute size.
207 208 209 |
# File 'lib/lightwave.rb', line 207 def size @size end |