Skip to content

Instantly share code, notes, and snippets.

@brothermechanic
Created November 14, 2020 15:01
Show Gist options
  • Save brothermechanic/9ffa48e2e8077b8b82ffa1c2217220f8 to your computer and use it in GitHub Desktop.
Save brothermechanic/9ffa48e2e8077b8b82ffa1c2217220f8 to your computer and use it in GitHub Desktop.
stdin
Install Settings:
Source Directory: /home/bm/bin/usd_from_gltf
Install Directory: /home/bm/bin/usd_from_gltf/build
USD Directory: /usr/local/lib
Download Directory: /home/bm/bin/usd_from_gltf/build/src
Build Directory: /home/bm/bin/usd_from_gltf/build/build
Build Config: Release
CMake Generator: Default
Already Installed: DRACO, GIF, JPG, JSON, ZLIB, PNG, STB_IMAGE, TCLAP, TESTDATA_SAMPLES, TESTDATA_REFERENCE
Installing: USD_FROM_GLTF

-------- Installing USD_FROM_GLTF --------
 USD_FROM_GLTF: CWD: /home/bm/bin/usd_from_gltf/build/build/usd_from_gltf
 USD_FROM_GLTF: Run: cmake /home/bm/bin/usd_from_gltf -DCMAKE_INSTALL_PREFIX=/home/bm/bin/usd_from_gltf/build -DCMAKE_PREFIX_PATH=/home/bm/bin/usd_from_gltf/build -DUSD_DIR=/usr/local/lib
 USD_FROM_GLTF: CWD: /home/bm/bin/usd_from_gltf/build/build/usd_from_gltf
 USD_FROM_GLTF: Run: cmake --build . --config Release --target install --

-------- SUCCESS --------
Download Time: 0.00s. Build Time: 6.15s

-------- Usage Notes --------
The executable is at:
/home/bm/bin/usd_from_gltf/build/bin/usd_from_gltf
Optionally, add this to your PATH:
/home/bm/bin/usd_from_gltf/build/bin
Convert testdata with:
cd /home/bm/bin/usd_from_gltf/testdata
python "/home/bm/bin/usd_from_gltf/tools/ufgbatch/ufgtest.py" samp_gltf.csv samp_glb.csv samp_embed.csv samp_draco.csv samp_specgloss.csv ref.csv -i "/home/bm/bin/usd_from_gltf/build/src/testdata" -o "/home/bm/bin/usd_from_gltf/build/build/testdata" --exe "/home/bm/bin/usd_from_gltf/build/bin/usd_from_gltf" --nodiff --nodeploy
To view glTF files in Usdview, set PXR_PLUGINPATH_NAME to:
/home/bm/bin/usd_from_gltf/build/bin/ufg_plugin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment