org.xith3d.effects.textureprojection
Class TextureProjectionFactory

java.lang.Object
  extended by org.xith3d.effects.textureprojection.TextureProjectionFactory
Direct Known Subclasses:
FixedFuncTextureProjectionFectory

public abstract class TextureProjectionFactory
extends java.lang.Object

A TextureProjectionFactory is an effect factory, that is capable of projecting a texture on a surface.


Constructor Summary
TextureProjectionFactory()
           
 
Method Summary
abstract  void onProjectiveTextureApplied(Appearance app, ProjectiveTextureUnit projTU)
          This must be called from the scenegraph when a shape's texture-projection-target state is changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextureProjectionFactory

public TextureProjectionFactory()
Method Detail

onProjectiveTextureApplied

public abstract void onProjectiveTextureApplied(Appearance app,
                                                ProjectiveTextureUnit projTU)
This must be called from the scenegraph when a shape's texture-projection-target state is changed.

Parameters:
app -
projTU -