Class: Quake::Renderer::GLLightmap::LightmapInfo
- Inherits:
-
Data
- Object
- Data
- Quake::Renderer::GLLightmap::LightmapInfo
- Defined in:
- lib/quake/renderer/gl_lightmap.rb
Instance Attribute Summary collapse
-
#gl_texture ⇒ Object
readonly
Returns the value of attribute gl_texture.
-
#height ⇒ Object
readonly
Returns the value of attribute height.
-
#s_offset ⇒ Object
readonly
Returns the value of attribute s_offset.
-
#t_offset ⇒ Object
readonly
Returns the value of attribute t_offset.
-
#width ⇒ Object
readonly
Returns the value of attribute width.
Instance Attribute Details
#gl_texture ⇒ Object (readonly)
Returns the value of attribute gl_texture
15 16 17 |
# File 'lib/quake/renderer/gl_lightmap.rb', line 15 def gl_texture @gl_texture end |
#height ⇒ Object (readonly)
Returns the value of attribute height
15 16 17 |
# File 'lib/quake/renderer/gl_lightmap.rb', line 15 def height @height end |
#s_offset ⇒ Object (readonly)
Returns the value of attribute s_offset
15 16 17 |
# File 'lib/quake/renderer/gl_lightmap.rb', line 15 def s_offset @s_offset end |
#t_offset ⇒ Object (readonly)
Returns the value of attribute t_offset
15 16 17 |
# File 'lib/quake/renderer/gl_lightmap.rb', line 15 def t_offset @t_offset end |
#width ⇒ Object (readonly)
Returns the value of attribute width
15 16 17 |
# File 'lib/quake/renderer/gl_lightmap.rb', line 15 def width @width end |