com.threerings.opengl.material.tools
Class NormalMapCreator

java.lang.Object
  extended by 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.


Constructor Summary
NormalMapCreator()
           
 
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
 

Constructor Detail

NormalMapCreator

public NormalMapCreator()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Program entry point.

Throws:
Exception