Class: CyberarmEngine::Face

Inherits:
Struct
  • Object
show all
Defined in:
lib/cyberarm_engine/model/parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#colorsObject

Returns the value of attribute colors

Returns:

  • (Object)

    the current value of colors



5
6
7
# File 'lib/cyberarm_engine/model/parser.rb', line 5

def colors
  @colors
end

#materialObject

Returns the value of attribute material

Returns:

  • (Object)

    the current value of material



5
6
7
# File 'lib/cyberarm_engine/model/parser.rb', line 5

def material
  @material
end

#normalsObject

Returns the value of attribute normals

Returns:

  • (Object)

    the current value of normals



5
6
7
# File 'lib/cyberarm_engine/model/parser.rb', line 5

def normals
  @normals
end

#smoothingObject

Returns the value of attribute smoothing

Returns:

  • (Object)

    the current value of smoothing



5
6
7
# File 'lib/cyberarm_engine/model/parser.rb', line 5

def smoothing
  @smoothing
end

#uvsObject

Returns the value of attribute uvs

Returns:

  • (Object)

    the current value of uvs



5
6
7
# File 'lib/cyberarm_engine/model/parser.rb', line 5

def uvs
  @uvs
end

#verticesObject

Returns the value of attribute vertices

Returns:

  • (Object)

    the current value of vertices



5
6
7
# File 'lib/cyberarm_engine/model/parser.rb', line 5

def vertices
  @vertices
end