Class: VA3C::GeometryData
- Defined in:
- lib/measures/view_data/resources/va3c.rb,
lib/measures/view_model/resources/va3c.rb
Instance Attribute Summary collapse
-
#castShadow ⇒ Object
Returns the value of attribute castShadow.
-
#doubleSided ⇒ Object
Returns the value of attribute doubleSided.
-
#faces ⇒ Object
Returns the value of attribute faces.
-
#normals ⇒ Object
Returns the value of attribute normals.
-
#receiveShadow ⇒ Object
Returns the value of attribute receiveShadow.
-
#scale ⇒ Object
Returns the value of attribute scale.
-
#uvs ⇒ Object
Returns the value of attribute uvs.
-
#vertices ⇒ Object
Returns the value of attribute vertices.
-
#visible ⇒ Object
Returns the value of attribute visible.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#castShadow ⇒ Object
Returns the value of attribute castShadow
31 32 33 |
# File 'lib/measures/view_data/resources/va3c.rb', line 31 def castShadow @castShadow end |
#doubleSided ⇒ Object
Returns the value of attribute doubleSided
31 32 33 |
# File 'lib/measures/view_data/resources/va3c.rb', line 31 def doubleSided @doubleSided end |
#faces ⇒ Object
Returns the value of attribute faces
31 32 33 |
# File 'lib/measures/view_data/resources/va3c.rb', line 31 def faces @faces end |
#normals ⇒ Object
Returns the value of attribute normals
31 32 33 |
# File 'lib/measures/view_data/resources/va3c.rb', line 31 def normals @normals end |
#receiveShadow ⇒ Object
Returns the value of attribute receiveShadow
31 32 33 |
# File 'lib/measures/view_data/resources/va3c.rb', line 31 def receiveShadow @receiveShadow end |
#scale ⇒ Object
Returns the value of attribute scale
31 32 33 |
# File 'lib/measures/view_data/resources/va3c.rb', line 31 def scale @scale end |
#uvs ⇒ Object
Returns the value of attribute uvs
31 32 33 |
# File 'lib/measures/view_data/resources/va3c.rb', line 31 def uvs @uvs end |
#vertices ⇒ Object
Returns the value of attribute vertices
31 32 33 |
# File 'lib/measures/view_data/resources/va3c.rb', line 31 def vertices @vertices end |
#visible ⇒ Object
Returns the value of attribute visible
31 32 33 |
# File 'lib/measures/view_data/resources/va3c.rb', line 31 def visible @visible end |