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

#block_indexObject (readonly)

Returns the value of attribute block_index

Returns:

  • (Object)

    the current value of block_index



31
32
33
# File 'lib/quake/renderer/gl_lightmap.rb', line 31

def block_index
  @block_index
end

#gl_textureObject (readonly)

Returns the value of attribute gl_texture

Returns:

  • (Object)

    the current value of gl_texture



31
32
33
# File 'lib/quake/renderer/gl_lightmap.rb', line 31

def gl_texture
  @gl_texture
end

#heightObject (readonly)

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



31
32
33
# File 'lib/quake/renderer/gl_lightmap.rb', line 31

def height
  @height
end

#s_offsetObject (readonly)

Returns the value of attribute s_offset

Returns:

  • (Object)

    the current value of s_offset



31
32
33
# File 'lib/quake/renderer/gl_lightmap.rb', line 31

def s_offset
  @s_offset
end

#t_offsetObject (readonly)

Returns the value of attribute t_offset

Returns:

  • (Object)

    the current value of t_offset



31
32
33
# File 'lib/quake/renderer/gl_lightmap.rb', line 31

def t_offset
  @t_offset
end

#widthObject (readonly)

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



31
32
33
# File 'lib/quake/renderer/gl_lightmap.rb', line 31

def width
  @width
end