gzz.gfx.gl
Class GLSpanner.SpanRect

java.lang.Object
  |
  +--gzz.gfx.gl.GLSpanner.SpanRect
Enclosing class:
GLSpanner

public static class GLSpanner.SpanRect
extends java.lang.Object


Field Summary
 GLSpanner.SpanPage page
           
 float x0
          The *TEXTURE* coordinates of this rectangle.
 float x1
          The *TEXTURE* coordinates of this rectangle.
 float y0
          The *TEXTURE* coordinates of this rectangle.
 float y1
          The *TEXTURE* coordinates of this rectangle.
 
Method Summary
 GL.Texture getTexture(float importance, float pixels)
          Cause the texture to be requested.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

page

public final GLSpanner.SpanPage page

x0

public final float x0
The *TEXTURE* coordinates of this rectangle.


y0

public final float y0
The *TEXTURE* coordinates of this rectangle.


x1

public final float x1
The *TEXTURE* coordinates of this rectangle.


y1

public final float y1
The *TEXTURE* coordinates of this rectangle.

Method Detail

getTexture

public GL.Texture getTexture(float importance,
                             float pixels)
Cause the texture to be requested.

Parameters:
importance - 0..1, how much focus this texture has.
pixels - The maximum measure on screen of the drawn area.