Open lonnietc opened 1 year ago
Hi,
Thank you for your interest in our work!
I just successfully built the renderer on a windows maching with a RTX card. I am not sure why you get this error -- I think something maybe broken with your visual studio installation, since its unable to find OpenGL. OpenGL should come by default in Microsoft SDK.
Please try re-installing visual studio, and specifically making sure OpenGL is installed with it.
Let me know if it works.
Success !!!
It seems that I had to clean up the vcpkg and do a fresh install from what I had previously with another Visual Studio installation.
I installed the GL3W, GLEW, and GLAD libraries for completeness although in the code it only needs one of them, I think.
Additionally, I had to add the command line switch "/bigobj" for some reason to get it to work, but then everything compiled just fine:
Now I would like to see what it would take to use these ideas, or the ones from "Real-Time Polygonal-Light Shading with Linearly Transformed Cosines" (https://eheitzresearch.wordpress.com/415-2/) into a Voxel engine project that I am doing now and need to try and provide a more efficient lighting than standard ray-tracing for which I think LTC's can provide.
Any thoughts?
Another question is how you generated the kitchen pan version in "Bringing Linearly Transformed Cosines to Anisotropic GGX" (https://aakashkt.github.io/ltc_anisotropic.html) as I would like to replicate both of those images as a first step to validate the functionality in both the 2016 and 2022 LTC libraries, if possible.
Any guidance would be appreciated greatly appreciated. Thanks again.
Hello,
Any update on this as I would like to load up and run the scenes that you have in the paper (2022) and/or perhaps Sponza (lke in the 2016 work) if that is possible.
Thanks and have a good day
Hello,
I am really interested in your LTC work and am trying to build it on a Windows 10 (x64) with Visual Studio 2022 but am getting an error.
In general for VS2022, you can follow the same basic build:
and it will create a solution file that you can start up in the Visual Studio after which you can do a "Build Solution" but I builds 3 out of 4 components only.
I have a Nvidia RTX 3080 Ti with all of the needed libraries to include Vulkan SDK and others but am not sure why this is not building for me.
Any thoughts or help would be greatly appreciated.
BUILD ERROR AT THE BOTTOM