Class: Quake::Mdl::STVert
- Inherits:
-
Data
- Object
- Data
- Quake::Mdl::STVert
- Defined in:
- lib/quake/mdl/types.rb
Overview
Texture coordinate for a vertex
Instance Attribute Summary collapse
-
#on_seam ⇒ Object
readonly
Returns the value of attribute on_seam.
-
#s ⇒ Object
readonly
Returns the value of attribute s.
-
#t ⇒ Object
readonly
Returns the value of attribute t.
Instance Attribute Details
#on_seam ⇒ Object (readonly)
Returns the value of attribute on_seam
18 19 20 |
# File 'lib/quake/mdl/types.rb', line 18 def on_seam @on_seam end |
#s ⇒ Object (readonly)
Returns the value of attribute s
18 19 20 |
# File 'lib/quake/mdl/types.rb', line 18 def s @s end |
#t ⇒ Object (readonly)
Returns the value of attribute t
18 19 20 |
# File 'lib/quake/mdl/types.rb', line 18 def t @t end |