Profile Topics Started Replies Created Engagements Favorites Search replies: Forum Replies Created Viewing 5 posts - 1 through 5 (of 5 total) Author Posts 2022年11月3日 at 上午11:09 in reply to: 作业6:小兔子躲进一片蓝里了 #14691 Score: 0 新瓜不保熟Participant 我的问题就是BVH.cpp中, invDir的不正确赋值, 格式是有问题的, double/float导致最终的invDir出现了大差别. 解决方法: 不重新初始化值,直接使用ray.direction_inv 2022年11月3日 at 上午9:56 in reply to: 作业6:小兔子躲进一片蓝里了 #14686 Score: 0 新瓜不保熟Participant 解决办法的唯一办法就是靠自己(doge) 2022年10月11日 at 下午7:57 in reply to: 作业6:小兔子躲进一片蓝里了 #14216 Score: 0 新瓜不保熟Participant 已解决,真痛苦 2022年10月4日 at 上午11:24 in reply to: 作业5阴影处有蓝点 #13805 Score: 0 新瓜不保熟Participant 在图11.07.26 float x,y的取值问题,你的坐标(x,y)值都是经过移动的(假设像素在每个格子的中间+0.5),然后有因为校准拉扯,修复像素大小等等问题,最后你没有因为这些操作去修改x,y值的起始值 float x=(2.0f * (i+0.5)/(float)scene.width – 1)*imageAspectRatio * scale; float y=(1-2.0f * (j+0.5)/(float)scene.height)*scale; 2022年9月20日 at 下午1:51 in reply to: 作业三 奶牛背面问题 #13319 Score: 0 新瓜不保熟Participant 不是的,是老师提供框架与Opencv取的原点位置不同,并且一个左手一个右手.具体看其它大佬解释(刚弄懂一点点) Author Posts Viewing 5 posts - 1 through 5 (of 5 total)