com.threerings.opengl.util
Class Stats

java.lang.Object
  extended by com.threerings.opengl.util.SimpleRenderable
      extended by com.threerings.opengl.util.SimpleOverlay
          extended by com.threerings.opengl.util.Stats
All Implemented Interfaces:
Compositable, Enqueueable

public class Stats
extends SimpleOverlay

Displays rendering statistics.


Constructor Summary
Stats(GlContext ctx)
          Creates a new stats display.
 
Method Summary
 void composite()
          Adds this object's Dependencys and Enqueueables to the compositor in preparation for rendering.
 
Methods inherited from class com.threerings.opengl.util.SimpleRenderable
enqueue, getStates
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stats

public Stats(GlContext ctx)
Creates a new stats display.

Method Detail

composite

public void composite()
Description copied from interface: Compositable
Adds this object's Dependencys and Enqueueables to the compositor in preparation for rendering.

Specified by:
composite in interface Compositable
Overrides:
composite in class SimpleOverlay


Copyright © 2011. All Rights Reserved.