File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33// https://github.com/AcademySoftwareFoundation/OpenImageIO
44
55// R3D SDK can be downloaded from the following site:
6- // https://www.red.com/download/r3d-sdk
6+ // https://www.red.com/download/r3d-sdk-beta
77//
8- // The code has been tested with the version 8.5. 1 installed in
9- // /opt/R3DSDKv8_5_1 directory and setting up the variable
10- // export R3DSDK_ROOT="/opt/R3DSDKv8_5_1 "
8+ // The code has been tested with the version 9.0.0 Beta 1 installed in
9+ // /opt/R3DSDKv9_0_0-BETA1 directory and setting up the variable
10+ // export R3DSDK_ROOT="/opt/R3DSDKv9_0_0-BETA1 "
1111
1212#define GPU
1313#define CUDA
@@ -675,11 +675,11 @@ R3dInput::initialize()
675675 std::string library_path
676676 = Sysutil::getenv (" OIIO_R3D_LIBRARY_PATH" ,
677677#if defined(__linux__)
678- " /opt/R3DSDKv8_5_1 /Redistributable/linux"
678+ " /opt/R3DSDKv9_0_0-BETA1 /Redistributable/linux"
679679#elif defined(__APPLE__)
680- " /Library/R3DSDKv8_5_1 /Redistributable/mac"
680+ " /Library/R3DSDKv9_0_0-BETA1 /Redistributable/mac"
681681#elif defined(__WINDOWS__)
682- " C:\\ R3DSDKv8_5_1 \\ Redistributable\\ win"
682+ " C:\\ R3DSDKv9_0_0-BETA1 \\ Redistributable\\ win"
683683#else
684684# error "Unknown OS"
685685#endif
You can’t perform that action at this time.
0 commit comments