Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 248 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 248 Bytes

USD-tests

A bunch of examples to learn USD & Hydra C++ APIs

To build

  • Update top level CMakeLists.txt to point to USD installation
  • mkdir USD-tests.build
  • cd USD-tests.build
  • cmake USD-tests
  • make