OptixRenderer icon indicating copy to clipboard operation
OptixRenderer copied to clipboard

An optix-based GPU path tracer

Results 6 OptixRenderer issues
Sort by recently updated
recently updated
newest added

Hi, I have link error when I build solution in Visual Studio 2017. It may be caused by different versions of Optix, DevIL or CUDA. (I find the code won't...

Hi, I encountered a segmentation fault when trying to render the bunny.xml in src/optixRenderer/cbox. My environment is ubuntu 20.04, CUDA 10.2, optix 5.11.0. The error message is listed as follows:...

I noticed that OptixRenderer can be used as a standalone command to render images or other pbr maps (e.g. albedo map or normal map) using the provided scene file and...

when I run the sln, I got some issues in my vs, and how can I solve it? > 错误 LNK2019 无法解析的外部符号 "public: virtual __cdecl TiXmlNode::~TiXmlNode(void)" (??1TiXmlNode@@UEAA@XZ),函数 "public: virtual __cdecl...

Notice that context buffer is created before gpu assignment: https://github.com/lzqsd/OptixRenderer/blob/84b48be7543c46832ec9ad090f96951d5cc6750d/src/optixRenderer/src/optixRenderer.cpp#L514-L525 This could induce serious memory harassment when there are other jobs running on a multi-GPU server. If any one gpu...

I want to use your OptixRender program and quote your paper in the research process, but we met some problems thus we ask you for help. I used the lab...