-
Hello,
The scene list looks ok in Debug mode but is filled only by first .scene file in Release Configuration
Thanks for this amazing work
Philippe
-
Your project is excellent. But when I try to run it, I get stuck on line 984 in Pathtracer.cpp( global_buffer_sizes.set_value(*buffer_sizes); ). Do you know what happened and how to solve it? Thank yo…
-
I noticed we are facing a weird bug when placing boxes in a scene, and then rendering with path tracer. It seems we are dividing some vector by zero during normalization processes.
We need to look de…
-
I am trying to imporve woo rendering with normal map texture to see wood grain but I have an issue (image) when loading this asset.zip :
To see the crash you need to modify ST-CL3-009-00.scene
//…
-
-
Hi,
I have a some suggestions about materials values in pathtrace shader.
I think that gamma correction should be used also if plain color is selected:
https://github.com/knightcrawler25/GLSL-Pat…
-
Hi,
I may have a fix for the screenshot crashes.
The reason must be non POT textures, so i've just added:
`glPixelStorei(GL_PACK_ALIGNMENT, 1);`
before
https://github.com/knightcrawler25/GLSL-…
-
-
I have been able to build ospray_studio
In the menu, there was option to load some sample scenes but nothing happens.
Do I need to install other packages or set some CMake settings in order for …
-
This will always be 1 as is.
https://github.com/therenderingguys/path-tracer/blob/7a8652c77212212286330f9feffb4b850c30d4b4/src/renderer/renderer.cpp#L70
updated for file name change:
https://gith…