tungsten icon indicating copy to clipboard operation
tungsten copied to clipboard

High performance physically based renderer in C++11

Results 19 tungsten issues
Sort by recently updated
recently updated
newest added

Hi Benedit. I know the path tracing algorithm demands the ωo generated randomly, I want to customize the ωo of the **first** bounce of each ray though. I've tried to...

Hi Benedikt! I was implementing film and reconstruction functionality in my renderer and I learned a lot from your implementation. I think that I stumbled upon a very tiny problem...

I'm unable to compile master commit 88ea02044dbaf20472a8173b6752460b50c096d8 on Windows as neither OpenVDB nor OpenEXR are being correctly linked to the executable. I am using a vcpkg environment with boost, tbb...

The editor will crash sometimes when I click on objects, names of primitives or drag the vertical split line. It's not 100% happening, but It will happen within a few...

If anyone is trying to build this one macOS: ``` brew install eigen openexr libbtbb # possibly others, check what is missing at the end of CMake brew uninstall openvdb...

Hi, What is the role of ‘seed’ parameter in tungsten.exe script?Is it used to control the texture of the material or to controlthe position of randomly generated light(spp)?

Hi! I'm trying to build the project with Visual Studio 2013 and a recent CMake version but I have some errors. The first one is that the function in ImageIO.cpp...

Hi, Thank you for your excellent job! I built the tungsten by myself, but found out that it is running much slower than the binary version shipped by KPCN project....

MSVC 18.0.40629.0 error 184 error C2280: “std::unique_ptr::unique_ptr(_Ptr2,_Dx2)”: Attempt to refer to deleted functions C:\Users\X\Desktop\tungsten-master\src\core\io\ImageIO.cpp 459 1 core

In ObjLoader.cpp `std::shared_ptr ObjLoader::convertObjMaterial(const ObjMaterial &mat)`: line 305 `PathPtr path = std::make_shared(mat.alphaMap);` should be `PathPtr path = std::make_shared(mat.bumpMap);`