Class: Quake::Mdl::STVert

Inherits:
Data
  • Object
show all
Defined in:
lib/quake/mdl/types.rb

Overview

Texture coordinate for a vertex

Instance Attribute Summary collapse

Instance Attribute Details

#on_seamObject (readonly)

Returns the value of attribute on_seam

Returns:

  • (Object)

    the current value of on_seam



18
19
20
# File 'lib/quake/mdl/types.rb', line 18

def on_seam
  @on_seam
end

#sObject (readonly)

Returns the value of attribute s

Returns:

  • (Object)

    the current value of s



18
19
20
# File 'lib/quake/mdl/types.rb', line 18

def s
  @s
end

#tObject (readonly)

Returns the value of attribute t

Returns:

  • (Object)

    the current value of t



18
19
20
# File 'lib/quake/mdl/types.rb', line 18

def t
  @t
end