Class: VA3C::GeometryData

Inherits:
Struct
  • Object
show all
Defined in:
lib/measures/view_data/resources/va3c.rb,
lib/measures/view_model/resources/va3c.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#to_h

Instance Attribute Details

#castShadowObject

Returns the value of attribute castShadow

Returns:

  • (Object)

    the current value of castShadow



31
32
33
# File 'lib/measures/view_data/resources/va3c.rb', line 31

def castShadow
  @castShadow
end

#doubleSidedObject

Returns the value of attribute doubleSided

Returns:

  • (Object)

    the current value of doubleSided



31
32
33
# File 'lib/measures/view_data/resources/va3c.rb', line 31

def doubleSided
  @doubleSided
end

#facesObject

Returns the value of attribute faces

Returns:

  • (Object)

    the current value of faces



31
32
33
# File 'lib/measures/view_data/resources/va3c.rb', line 31

def faces
  @faces
end

#normalsObject

Returns the value of attribute normals

Returns:

  • (Object)

    the current value of normals



31
32
33
# File 'lib/measures/view_data/resources/va3c.rb', line 31

def normals
  @normals
end

#receiveShadowObject

Returns the value of attribute receiveShadow

Returns:

  • (Object)

    the current value of receiveShadow



31
32
33
# File 'lib/measures/view_data/resources/va3c.rb', line 31

def receiveShadow
  @receiveShadow
end

#scaleObject

Returns the value of attribute scale

Returns:

  • (Object)

    the current value of scale



31
32
33
# File 'lib/measures/view_data/resources/va3c.rb', line 31

def scale
  @scale
end

#uvsObject

Returns the value of attribute uvs

Returns:

  • (Object)

    the current value of uvs



31
32
33
# File 'lib/measures/view_data/resources/va3c.rb', line 31

def uvs
  @uvs
end

#verticesObject

Returns the value of attribute vertices

Returns:

  • (Object)

    the current value of vertices



31
32
33
# File 'lib/measures/view_data/resources/va3c.rb', line 31

def vertices
  @vertices
end

#visibleObject

Returns the value of attribute visible

Returns:

  • (Object)

    the current value of visible



31
32
33
# File 'lib/measures/view_data/resources/va3c.rb', line 31

def visible
  @visible
end