xiepeter

Results 3 comments of xiepeter

problem solved. the reason is the difference between m_camera and ray_o, which is not the same direction: code is as follows: ` float costheta = dir.dot(cam_fwd) / (dir.norm()*cam_fwd.norm()); depth[i] =...

but normal is not very right in the junction of two cloudpoints, which may have opposite direction, don't know how to solve