net.von_gagern.martin.confoo.conformal
Class FlattenObj

java.lang.Object
  extended by net.von_gagern.martin.confoo.conformal.FlattenObj

public class FlattenObj
extends Object

Command line interface to flatten a mesh.

Usage: java net.von_gagern.martin.confoo.conformal.FlattenObj in.obj out.obj a1 a2 ... an

The application will read the mesh from in.obj, adjust the angle at the first n vertices to the values given on the command line and interpreted as degrees. Then it will transform the mesh and write the resulting flat mesh to out.obj

Since:
1.0
Author:
Martin von Gagern

Constructor Summary
FlattenObj()
           
 
Method Summary
static void main(String[] args)
          Main function of the command line interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlattenObj

public FlattenObj()
Method Detail

main

public static void main(String[] args)
                 throws MeshException,
                        IOException
Main function of the command line interface.

Parameters:
args - arguments as described above
Throws:
MeshException
IOException


Copyright © 2008-2009 Martin von Gagern. All Rights Reserved.