pbrt4bounty

Results 23 comments of pbrt4bounty

Only to clarify.. seems that this only happen on GPU mode. Save frame with --interactive mode in CPU mode is OK here. Cheers..

I think exist a current issue with Cuda 11.3. This are from the CMakeLists file.. `message (SEND_ERROR "Unfortunately, pbrt-v4 triggers an internal compiler error in CUDA 11.3.0. Please either use...

Hi.. The problem seems that is the newest version of the EXR library: ``` The following configuration files were considered but not accepted: D:/software/vips/lib/cmake/OpenEXR/OpenEXRConfig.cmake, version: 3.1.3 ``` You need to...

What Optix version you use?

FYI.. https://github.com/mmp/pbrt-v4/issues/406 Cheers..!

Hi.. instead to modify the CMakeList.txt, I use a small .cmd file to define variables, create the project and launch the compilation from the console ```bat @echo off @echo. ::...

Yes, of course! I only expose my own solution. :)

Finally Tuesday the 11th arrives here(Spain) :)

Yeah! ![pbrt4](https://user-images.githubusercontent.com/73945652/231197898-a7e124c5-26b5-44cf-9615-fb00f19cee8a.jpeg) ![open](https://user-images.githubusercontent.com/73945652/231199384-d617a6a5-d544-4f09-9a23-ed544ddf51ae.jpg) Thanks!!

Yes.. I are send a pull request a few weeks ago fixing this issue: https://github.com/wdas/ptex/commit/c138f8391c3b6555c347d25ae9b05eca778a29a1 Cheers..