Class: Quake::Mdl::Triangle
- Inherits:
-
Data
- Object
- Data
- Quake::Mdl::Triangle
- Defined in:
- lib/quake/mdl/types.rb
Overview
Triangle: 3 vertex indices + front-facing flag
Instance Attribute Summary collapse
-
#faces_front ⇒ Object
readonly
Returns the value of attribute faces_front.
-
#vertex_indices ⇒ Object
readonly
Returns the value of attribute vertex_indices.
Instance Attribute Details
#faces_front ⇒ Object (readonly)
Returns the value of attribute faces_front
15 16 17 |
# File 'lib/quake/mdl/types.rb', line 15 def faces_front @faces_front end |
#vertex_indices ⇒ Object (readonly)
Returns the value of attribute vertex_indices
15 16 17 |
# File 'lib/quake/mdl/types.rb', line 15 def vertex_indices @vertex_indices end |