com.threerings.opengl
Interface GlView

All Superinterfaces:
Compositable, Tickable
All Known Implementing Classes:
ToolSceneView, TudeySceneView

public interface GlView
extends Tickable, Compositable

A simple interface for OpenGL views.


Method Summary
 void wasAdded()
          Notifies the view that it is going to be rendered.
 void wasRemoved()
          Notifies the view that it will no longer be rendered.
 
Methods inherited from interface com.threerings.opengl.util.Tickable
tick
 
Methods inherited from interface com.threerings.opengl.compositor.Compositable
composite
 

Method Detail

wasAdded

void wasAdded()
Notifies the view that it is going to be rendered.


wasRemoved

void wasRemoved()
Notifies the view that it will no longer be rendered.



Copyright © 2011. All Rights Reserved.