I have a question about the newly added USDRT Scenegraph API, which is a part of the Omniverse Kit.
It’s downloadable and contains .dll, .lib and some .h as C++ headers file but I’m unable to use them because they try to include some core files which are not included in Omniverse Kit yet.
Is there a public repository to download all header files from? Or the only way to obtain them is to copy listings from documentation?
Some files are still missing from documentation, but are in listings. For example, carb/Types.h on line 14 tries to include Strong.h, which I’m unable to find.
I’m also unable to locate files carb/CarbWindows.h, carb/cpp20/Atomic.h, carb/Version.h, omni/core/VariadicMicroUtils.h . I haven’t explored further but I’m afraid there could be more of such files.