Class: Quake::Bsp::Surface
- Inherits:
-
Data
- Object
- Data
- Quake::Bsp::Surface
- Defined in:
- lib/quake/bsp/types.rb
Overview
Pre-computed surface data for rendering
Instance Attribute Summary collapse
-
#texcoords ⇒ Object
readonly
Returns the value of attribute texcoords.
-
#texinfo_index ⇒ Object
readonly
Returns the value of attribute texinfo_index.
-
#vertices ⇒ Object
readonly
Returns the value of attribute vertices.
Instance Attribute Details
#texcoords ⇒ Object (readonly)
Returns the value of attribute texcoords
21 22 23 |
# File 'lib/quake/bsp/types.rb', line 21 def texcoords @texcoords end |
#texinfo_index ⇒ Object (readonly)
Returns the value of attribute texinfo_index
21 22 23 |
# File 'lib/quake/bsp/types.rb', line 21 def texinfo_index @texinfo_index end |
#vertices ⇒ Object (readonly)
Returns the value of attribute vertices
21 22 23 |
# File 'lib/quake/bsp/types.rb', line 21 def vertices @vertices end |