de.grogra.imp3d.glsl.light.shadow
Class GLSLShadowParallel

java.lang.Object
  extended by de.grogra.imp3d.glsl.utility.GLSLTexture
      extended by de.grogra.imp3d.glsl.utility.TextureRenderTarget
          extended by de.grogra.imp3d.glsl.light.shadow.GLSLShadowMap
              extended by de.grogra.imp3d.glsl.light.shadow.GLSLShadowParallel
All Implemented Interfaces:
FBOAttachment, GLSLOpenGLObject

public class GLSLShadowParallel
extends GLSLShadowMap


Field Summary
 
Fields inherited from class de.grogra.imp3d.glsl.light.shadow.GLSLShadowMap
GRAPH_STAMP, invalid
 
Fields inherited from class de.grogra.imp3d.glsl.utility.TextureRenderTarget
DEPTHUB, RGBA16F, RGBA16US, RGBA32F, RGBA8UB
 
Fields inherited from class de.grogra.imp3d.glsl.utility.GLSLTexture
height, index, internalFormat, texType, type, width
 
Constructor Summary
GLSLShadowParallel()
           
 
Method Summary
 boolean create(javax.media.opengl.GL gl)
           
 boolean create(javax.media.opengl.GL gl, int width, int height)
           
 void fill(GLSLDisplay disp, OpenGLState glState)
           
 java.lang.Class<?> getDefaultLightType()
           
 GLSLShadowMap getInstance()
           
 Matrix4d getLightToView()
           
 int getSize()
           
 Matrix4d getViewToClip()
           
 void setProjRadius(double radius)
          Sets the Projections diameter to width (should be )
 void setupTextureMatrices(OpenGLState glState, Matrix4d ViewToWorld, LightPos light)
           
 
Methods inherited from class de.grogra.imp3d.glsl.light.shadow.GLSLShadowMap
delete, getLightToView, renderCachedScene, setCamDir, setCamPos, setInvalid, setLightTransf
 
Methods inherited from class de.grogra.imp3d.glsl.utility.TextureRenderTarget
attachToFbo, bindTo, create, create, resize, toString
 
Methods inherited from class de.grogra.imp3d.glsl.utility.GLSLTexture
bindTo, cleanup, delete, estimateSizeInByte, getHeight, getIndex, getTexType, getType, getWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface de.grogra.imp3d.glsl.utility.FBOAttachment
estimateSizeInByte
 

Constructor Detail

GLSLShadowParallel

public GLSLShadowParallel()
Method Detail

create

public boolean create(javax.media.opengl.GL gl)
Specified by:
create in class GLSLShadowMap

create

public boolean create(javax.media.opengl.GL gl,
                      int width,
                      int height)
Specified by:
create in class GLSLShadowMap

fill

public void fill(GLSLDisplay disp,
                 OpenGLState glState)
Specified by:
fill in class GLSLShadowMap

getDefaultLightType

public java.lang.Class<?> getDefaultLightType()
Specified by:
getDefaultLightType in class GLSLShadowMap

getInstance

public GLSLShadowMap getInstance()
Specified by:
getInstance in class GLSLShadowMap

getLightToView

public Matrix4d getLightToView()
Overrides:
getLightToView in class GLSLShadowMap

getSize

public int getSize()
Specified by:
getSize in class GLSLShadowMap

getViewToClip

public Matrix4d getViewToClip()
Overrides:
getViewToClip in class GLSLShadowMap

setProjRadius

public void setProjRadius(double radius)
Sets the Projections diameter to width (should be )

Parameters:
width -

setupTextureMatrices

public void setupTextureMatrices(OpenGLState glState,
                                 Matrix4d ViewToWorld,
                                 LightPos light)
Specified by:
setupTextureMatrices in class GLSLShadowMap