mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
Update all CMakeLists.txt, Makefiles, meson.build, setup.py, and documentation files to use C++17 standard. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
OptiX viewer
Status
Not yet working.
Requirements
- OptiX 7.6 or later
- NVIDIA GPU
- Visual Studio 2019(Windows)
Build on Windows
Edit path to OptiX in vcsetup-2019.bat if required.
> vcsetup-2019.bat
Build on Linux
$ rm -rf build
$ mkdir build
# Set path to OptiX SDK
$ cmake -DOptiX_INSTALL_DIR=${HOME}/local/NVIDIA-OptiX-SDK-7.6.0-linux64-x86_64 -B build -S .
TODO
- Support HIP Ray Tracing