Runs Open3D Viewer. This function is called when the standalone viewer app is run or when the draw command is called from the command line interface.
- Parameters
-
argc | (argument count) is the number of arguments in argv . |
argv | (argument vector) is the array of arguments stored as character arrays. It contains the path of the calling program (which should be in the same directory as the gui resources folder) as the first argument. The optional second argument is the path of the geometry file to be visualized |