Profile Topics Started Replies Created Engagements Favorites Search replies: Forum Replies Created Viewing 3 posts - 1 through 3 (of 3 total) Author Posts 2021年5月10日 at 上午10:11 in reply to: 作业1 正交投影矩阵设置过小,会出现阴影重复 #8410 Score: 0 xiaoParticipant Karma: 1 pt 在自行编写的shadowmap帧缓冲深度图附着时,可是设定采样方式,当采样超出0到1范围时,采样指定的边框色,比如设置成无限远的白色。 2021年5月10日 at 上午10:07 in reply to: 【作业1】请教一下,里面的采样函数究竟要怎么用? #8409 Score: 1 xiaoParticipant Karma: 1 pt randomSeed可以使用采样uv坐标提供随机性,也可以自行随机生成。在采样前,先生成一组采样点,采样点是[x,y]范围从-1到1的数据。根据shadowmap采样uv,加上生成的-1到1的随机数据乘以一个采样半径,采样半径可以通过pcss中计算遮挡物平均遮挡深度和自定义的光源宽度计算得到,在pcf中,可以随意指定一个采样半径。就能得到在计算得到的采样uv附近的uv坐标。 This post has received 1 vote up. 2021年5月10日 at 上午9:56 in reply to: 作业一左右手系的问题 #8408 Score: 0 xiaoParticipant Karma: 1 pt mat4.ortho作为供使用的函数,提供对摄像机的抽象,对于具体矩阵数据,在ortho内部实现。 Author Posts Viewing 3 posts - 1 through 3 (of 3 total)