|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xith3d.effects.bumpmapping.BumpMappingFactory
org.xith3d.effects.bumpmapping.AssemblyBumpMappingFactory
public class AssemblyBumpMappingFactory
The BumpmappingFactory is capable of preparing a Shape3D for Bumpmapping. the underlying methods to calculate tangets/bitangets and to load the appropriate shaders are also public to use them for different perposes.
| Constructor Summary | |
|---|---|
AssemblyBumpMappingFactory()
|
|
| Method Summary | |
|---|---|
AssemblyFragmentShader |
getFragmentProgram()
|
AssemblyVertexShader |
getVertexProgram()
|
void |
prepareForBumpMapping(Shape3D shape,
Texture normalMapTex)
Prepares the given Shape3D for BumpMapping. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AssemblyBumpMappingFactory()
| Method Detail |
|---|
public AssemblyVertexShader getVertexProgram()
throws java.io.IOException
java.io.IOException
public AssemblyFragmentShader getFragmentProgram()
throws java.io.IOException
java.io.IOException
public void prepareForBumpMapping(Shape3D shape,
Texture normalMapTex)
throws java.io.IOException
prepareForBumpMapping in class BumpMappingFactoryjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||