Difference between revisions of "Reality Capture"
								
								Jump to navigation
				Jump to search
				
				
							
								
							
		| Line 12: | Line 12: | ||
| )) | )) | ||
| + | // Create a second .bat to run Reality Capture, take a look on their documentation | ||
| </pre> | </pre> | ||
Revision as of 16:14, 12 September 2023
Reality Capture
Process multiple scans
// Create a first .bat with the list of the assets you want to process - One folder by asset, all in the same directory set list=asset_001 asset_002 asset_003 asset_004 asset_005 asset_006 asset_007 (for %%a in (%list%) do ( set assetName=%%a set Images=\\DISK\PATH\%%a call \\DISK\PATH\exec_RC.bat )) // Create a second .bat to run Reality Capture, take a look on their documentation
