Class: Doom::Render::WorldMesh::Triangle
- Inherits:
-
Struct
- Object
- Struct
- Doom::Render::WorldMesh::Triangle
- Defined in:
- lib/doom/render/world_mesh.rb
Instance Attribute Summary collapse
-
#light ⇒ Object
Returns the value of attribute light.
-
#masked ⇒ Object
Returns the value of attribute masked.
-
#material ⇒ Object
Returns the value of attribute material.
-
#normal ⇒ Object
Returns the value of attribute normal.
-
#uvs ⇒ Object
Returns the value of attribute uvs.
-
#vertices ⇒ Object
Returns the value of attribute vertices.
Instance Attribute Details
#light ⇒ Object
Returns the value of attribute light
8 9 10 |
# File 'lib/doom/render/world_mesh.rb', line 8 def light @light end |
#masked ⇒ Object
Returns the value of attribute masked
8 9 10 |
# File 'lib/doom/render/world_mesh.rb', line 8 def masked @masked end |
#material ⇒ Object
Returns the value of attribute material
8 9 10 |
# File 'lib/doom/render/world_mesh.rb', line 8 def material @material end |
#normal ⇒ Object
Returns the value of attribute normal
8 9 10 |
# File 'lib/doom/render/world_mesh.rb', line 8 def normal @normal end |
#uvs ⇒ Object
Returns the value of attribute uvs
8 9 10 |
# File 'lib/doom/render/world_mesh.rb', line 8 def uvs @uvs end |
#vertices ⇒ Object
Returns the value of attribute vertices
8 9 10 |
# File 'lib/doom/render/world_mesh.rb', line 8 def vertices @vertices end |