Description
The UpdateVRCUBEDisambiguation process will update or rerun the disambiguation method used in variable resolution CUBE surfaces.
Inputs
A variable resolution surface in CSAR format.
Outputs
An updated variable resolution surface in CSAR format.
Command Line Syntax
carisbatch --run UpdateVRCUBEDisambiguation [options] <update>
User Interface Command
Update CUBE Disambiguation Method
Options
The following table describes the parameters available for this process.
Parameter |
| |||
|---|---|---|---|---|
Long | Short | Description | Can Repeat | Notes
|
--disambiguation-method | d | The method used to select a hypothesis from a set. One of: • DENSITY: Disambiguate by number of samples. • LOCALE: Disambiguate by surrounding nodes. • DENSITY_LOCALE: Disambiguate by a combination of sample count and surrounding nodes. The default value is DENSITY_LOCALE. | FALSE | |
Example
To use this command refer to the following example.
Example | ||
|---|---|---|
Objective | You want to change the disambiguation method used in a VR CUBE surface. | |
Description | Command Line Syntax | |
The disambiguation engine to be used is DENSITY. | --disambiguation-method DENSITY | |
The file to be updated is named VRCubeSurface.csar and is in the BatchSample directory on the D: drive. | D:\BatchSample\VRCubeSurface.csar | |
Command Line |
| |
Outcome | The variable resolution surface is updated with the selected disambiguation method. | |
Extra Notes | N/A | |