TUTORIAL: CC Viewer for Sharing 3D Data | Cloud Compare | 3D Forensics | Csi

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 พ.ย. 2024

ความคิดเห็น • 2

  • @JonCompass
    @JonCompass 9 หลายเดือนก่อน +4

    Hey Eugene,
    Thanks for the information on ccViewer, potentially really useful
    A better .bat file for you
    @echo off
    cd /d "%~dp0\Viewer"
    ccViewer.exe -MAX "%~dp0\File.bin"
    This requires all the CCViewer files to be in a sub folder from the batch file, and that folder is called "Viewer"
    Then in the same folder as this batch file just name the 3D file "File.bin"
    This will then work, wherever it is on a PC
    FYI [thanks to Google] "%~" is the special key to start with, "d" is for current driver letter, "p" is for current path and 0 (zero) means the script file itself, in other words "where am I" !

    • @3Dforensics
      @3Dforensics  6 หลายเดือนก่อน

      Great information.