Package zombie.core.textures
Class TextureFBO
java.lang.Object
zombie.core.textures.TextureFBO
public class TextureFBO
extends java.lang.Object
- 
Constructor SummaryConstructors Constructor Description TextureFBO(ITexture destination)TextureFBO(ITexture destination, boolean b3D)
- 
Method SummaryModifier and Type Method Description static booleancheckFBOSupport()voiddestroy()voidendDrawing()ITexturegetTexture()booleanisDestroyed()voidstartDrawing()voidstartDrawing(boolean clear, boolean clearToAlphaZero)voidstartDrawingBasic(boolean clear)voidswapTexture(ITexture newTex)Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
TextureFBO- Throws:
- java.lang.Exception
 
- 
TextureFBO- Throws:
- java.lang.Exception
 
 
- 
- 
Method Details- 
checkFBOSupportpublic static final boolean checkFBOSupport()
- 
destroypublic void destroy()
- 
endDrawingpublic void endDrawing()
- 
getTexture
- 
isDestroyedpublic boolean isDestroyed()
- 
startDrawingpublic void startDrawing()
- 
startDrawingBasicpublic void startDrawingBasic(boolean clear)
- 
startDrawingpublic void startDrawing(boolean clear, boolean clearToAlphaZero)
- 
swapTexture
 
-