assimp/contrib/tinyusdz/tinyusdz_repo/examples/pxrusd
Steve M 58f7195aac Rename folder only 2024-03-29 19:40:24 -07:00
..
CMakeLists.txt Rename folder only 2024-03-29 19:40:24 -07:00
README.md Rename folder only 2024-03-29 19:40:24 -07:00
bootstrap-linux.sh Rename folder only 2024-03-29 19:40:24 -07:00
main.cc Rename folder only 2024-03-29 19:40:24 -07:00

README.md

pxr USD library API experiment

Build pxr USD

Build pxrUSD in some way. We recommend to use monolithic build of pxrUSD.

Build

Linux

Edit pxrUSD and other settings in bootstrap-linux.sh, then

$ ./bootstrap-linux.sh
$ cd build
$ cmake

Windows(Visual Studio)

> rmdir /s /q build
> mkdir build
> cmake.exe -G "Visual Studio 17 2022" -A x64 -B build [USD_FLAGS] -S .

See bootstrap-linux.sh for USD_FLAGS

EoL.