gzz.gfx.gl
Class GL.Renderable3JavaObject

java.lang.Object
  |
  +--gzz.vob.Vob
        |
        +--gzz.gfx.gl.GL.JavaObject
              |
              +--gzz.gfx.gl.GL.Renderable3JavaObject
All Implemented Interfaces:
GLDeletable
Direct Known Subclasses:
GLRen.CulledPaperQuad
Enclosing class:
GL

public abstract static class GL.Renderable3JavaObject
extends GL.JavaObject

The Java proxy representing a Renderable2 object.


Nested Class Summary
 
Nested classes inherited from class gzz.vob.Vob
Vob.RenderInfo
 
Field Summary
 
Fields inherited from class gzz.vob.Vob
dbg, rcsid
 
Constructor Summary
GL.Renderable3JavaObject(int id)
           
 
Method Summary
protected  void deleteObj()
           
 int putGL(VobScene vs, int coordsys1, int coordsys2, int coordsys3)
           
 
Methods inherited from class gzz.gfx.gl.GL.JavaObject
deleteObject, finalize, getId, render
 
Methods inherited from class gzz.vob.Vob
addToListGL, addToListGL, intersect, putGL, putGL, putGL
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GL.Renderable3JavaObject

public GL.Renderable3JavaObject(int id)
Method Detail

putGL

public int putGL(VobScene vs,
                 int coordsys1,
                 int coordsys2,
                 int coordsys3)
Overrides:
putGL in class Vob

deleteObj

protected void deleteObj()
Specified by:
deleteObj in class GL.JavaObject