java.lang.Object
de.grogra.glsl.utility.GLSLTexture
de.grogra.glsl.utility.GLSLSkyCube
- All Implemented Interfaces:
- GLSLOpenGLObject
Implements a textureCube to be used as a reference for Sky-Illumination.
- Author:
- Konni Hartman
- 
Field SummaryFields inherited from class de.grogra.glsl.utility.GLSLTextureheight, index, internalFormat, texType, type, width
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleancreate(javax.media.opengl.GL gl) booleancreate(javax.media.opengl.GL gl, int width, int height) voidfinish(javax.media.opengl.GL gl) getLightToView(int side) setupAsRTAttachment(javax.media.opengl.GL gl, int direction) Methods inherited from class de.grogra.glsl.utility.GLSLTexturebindTo, cleanup, delete, estimateSizeInByte, getHeight, getIndex, getTexType, getType, getWidth
- 
Constructor Details- 
GLSLSkyCubepublic GLSLSkyCube()
 
- 
- 
Method Details- 
createpublic boolean create(javax.media.opengl.GL gl) 
- 
createpublic boolean create(javax.media.opengl.GL gl, int width, int height) 
- 
setupAsRTAttachment
- 
finishpublic void finish(javax.media.opengl.GL gl) 
- 
getLightToView
- 
getViewToClip
 
-