Class: VA3C::Material

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

#ambientObject

Returns the value of attribute ambient

Returns:

  • (Object)

    the current value of ambient



33
34
35
# File 'lib/measures/view_data/resources/va3c.rb', line 33

def ambient
  @ambient
end

#colorObject

Returns the value of attribute color

Returns:

  • (Object)

    the current value of color



33
34
35
# File 'lib/measures/view_data/resources/va3c.rb', line 33

def color
  @color
end

#emissiveObject

Returns the value of attribute emissive

Returns:

  • (Object)

    the current value of emissive



33
34
35
# File 'lib/measures/view_data/resources/va3c.rb', line 33

def emissive
  @emissive
end

#opacityObject

Returns the value of attribute opacity

Returns:

  • (Object)

    the current value of opacity



33
34
35
# File 'lib/measures/view_data/resources/va3c.rb', line 33

def opacity
  @opacity
end

#shininessObject

Returns the value of attribute shininess

Returns:

  • (Object)

    the current value of shininess



33
34
35
# File 'lib/measures/view_data/resources/va3c.rb', line 33

def shininess
  @shininess
end

#sideObject

Returns the value of attribute side

Returns:

  • (Object)

    the current value of side



33
34
35
# File 'lib/measures/view_data/resources/va3c.rb', line 33

def side
  @side
end

#specularObject

Returns the value of attribute specular

Returns:

  • (Object)

    the current value of specular



33
34
35
# File 'lib/measures/view_data/resources/va3c.rb', line 33

def specular
  @specular
end

#transparentObject

Returns the value of attribute transparent

Returns:

  • (Object)

    the current value of transparent



33
34
35
# File 'lib/measures/view_data/resources/va3c.rb', line 33

def transparent
  @transparent
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



33
34
35
# File 'lib/measures/view_data/resources/va3c.rb', line 33

def type
  @type
end

#uuidObject

Returns the value of attribute uuid

Returns:

  • (Object)

    the current value of uuid



33
34
35
# File 'lib/measures/view_data/resources/va3c.rb', line 33

def uuid
  @uuid
end

#wireframeObject

Returns the value of attribute wireframe

Returns:

  • (Object)

    the current value of wireframe



33
34
35
# File 'lib/measures/view_data/resources/va3c.rb', line 33

def wireframe
  @wireframe
end