Class: CyberarmEngine::Face
- Inherits:
-
Struct
- Object
- Struct
- CyberarmEngine::Face
- Defined in:
- lib/cyberarm_engine/model/parser.rb
Instance Attribute Summary collapse
-
#colors ⇒ Object
Returns the value of attribute colors.
-
#material ⇒ Object
Returns the value of attribute material.
-
#normals ⇒ Object
Returns the value of attribute normals.
-
#smoothing ⇒ Object
Returns the value of attribute smoothing.
-
#uvs ⇒ Object
Returns the value of attribute uvs.
-
#vertices ⇒ Object
Returns the value of attribute vertices.
Instance Attribute Details
#colors ⇒ Object
Returns the value of attribute colors
5 6 7 |
# File 'lib/cyberarm_engine/model/parser.rb', line 5 def colors @colors end |
#material ⇒ Object
Returns the value of attribute material
5 6 7 |
# File 'lib/cyberarm_engine/model/parser.rb', line 5 def material @material end |
#normals ⇒ Object
Returns the value of attribute normals
5 6 7 |
# File 'lib/cyberarm_engine/model/parser.rb', line 5 def normals @normals end |
#smoothing ⇒ Object
Returns the value of attribute smoothing
5 6 7 |
# File 'lib/cyberarm_engine/model/parser.rb', line 5 def smoothing @smoothing end |
#uvs ⇒ Object
Returns the value of attribute uvs
5 6 7 |
# File 'lib/cyberarm_engine/model/parser.rb', line 5 def uvs @uvs end |
#vertices ⇒ Object
Returns the value of attribute vertices
5 6 7 |
# File 'lib/cyberarm_engine/model/parser.rb', line 5 def vertices @vertices end |