xiepeter

Results 7 issues of xiepeter

Question about can not find glew: CMake Error at /usr/local/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find GLEW (missing: GLEW_INCLUDE_DIRS GLEW_LIBRARIES) Call Stack (most recent call first): /usr/local/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE) /usr/local/share/cmake-3.22/Modules/FindGLEW.cmake:215 (find_package_handle_standard_args) CMakeLists.txt:152 (find_package)

we tried to get the rendering result from m_nerf.tracer.rays_hit(), and calculated depth , color and normal by ray_o and ray_d, and then used pcl library to restore. All is OK,...

the 3rd party dependency such as CL11 turns to be not convenient to support linux platform. How to compile the project to suitable for linux platform, thank u very much~

it seems lack "OpenCL_Light" library when compiling by make, but I can not find OpenCL lib?