com.threerings.opengl.material.tools
Class NormalMapCreator
java.lang.Object
com.threerings.opengl.material.tools.NormalMapCreator
public class NormalMapCreator
- extends Object
A simple tool to create normal maps (optionally with the original height in the alpha channel)
from bump maps.
|
Method Summary |
static void |
main(String[] args)
Program entry point. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NormalMapCreator
public NormalMapCreator()
main
public static void main(String[] args)
throws Exception
- Program entry point.
- Throws:
Exception