Description
This application will generate a shape whose coordinates and colors are specified by data defined on a regular grid. In particular, the input data must be RDD objects with grid dimensions 257 x 257. The output format may be either OFF, OBJ or UCF.
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. | |
| -color | File | No | Specifies the color data filename. | |
| -coord | File | No | Specifies the coordinate data filename. | |
| -output | File | Yes | Specifies the output shape filename. | |
| -obj | flag | No | Specifies OBJ file output. Default: OBJ | |
| -off | flag | No | Specifies OFF file output. Default: OBJ | |
| -ucf | flag | No | Specifies UCF file output. Default: OBJ | |
| -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. | |