Class: Quake::Renderer::GLLightmap::LightmapInfo

Inherits:
Data
  • Object
show all
Defined in:
lib/quake/renderer/gl_lightmap.rb

Instance Attribute Summary collapse

Instance Attribute Details

#gl_textureObject (readonly)

Returns the value of attribute gl_texture

Returns:

  • (Object)

    the current value of gl_texture



15
16
17
# File 'lib/quake/renderer/gl_lightmap.rb', line 15

def gl_texture
  @gl_texture
end

#heightObject (readonly)

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



15
16
17
# File 'lib/quake/renderer/gl_lightmap.rb', line 15

def height
  @height
end

#s_offsetObject (readonly)

Returns the value of attribute s_offset

Returns:

  • (Object)

    the current value of s_offset



15
16
17
# File 'lib/quake/renderer/gl_lightmap.rb', line 15

def s_offset
  @s_offset
end

#t_offsetObject (readonly)

Returns the value of attribute t_offset

Returns:

  • (Object)

    the current value of t_offset



15
16
17
# File 'lib/quake/renderer/gl_lightmap.rb', line 15

def t_offset
  @t_offset
end

#widthObject (readonly)

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



15
16
17
# File 'lib/quake/renderer/gl_lightmap.rb', line 15

def width
  @width
end