FlattenSurface
Description
This application takes a shape with a specific triangulation and maps its vertex and color data to a square regular grid. In particular, a shape that has a triangulated octahedral topology with size 65538 will be flattened to a grid of size 257 x 257. The output encodes the coordinates and colors (textures) to separate files that encode the data as floating-point (32- or 64-bit) triples.
Project Components
See Also
Usage
| Argument | Type | Required | Description | Notes |
| -overwrite | flag | No | Enables file overwriting | |
| -debug | flag | No | Enables additional error reporting | |
| -dual | flag | No | Specifies that the shape should be flattened to the dual. | |
| -input | File | Yes | Specifies the input filename. | |
| -output_coord | File | No | This flag specifies that Coordinate data should be flattened to the specified file. | |
| -output_color | File | No | This flag specifies that Color data should be flattened to the specified file. | |
| -help | flag | No | Prints help and usage information. | |
| -version | flag | No | Prints version number of this application. | |
| -verbose | flag | No | Enables detailed status messages. | |
| -license | flag | No | Prints license details, and exits. | |
| -twiki | flag | No | Writes command line arguments as a TWiki format table to output and exit. | |
| -pipeline | flag | No | Write pipeline descriptor file to output and exit. | |
| -pipelineJar | String | No | Specify path to an application jar file, as a pipeline resource. | Example: "pipeline://localhost//home/zed/Connery.jar" |
| -pipelineJvm | String | No | Specify a Java Virtual Machine called by a pipeline. | |
| -pipelineJvmOptions | String | No | Specify Java Virtual Machine options used by a pipeline. | |