Home › Forums › GAMES在线课程(现代计算机图形学入门)讨论区 › 作业3 interpolated_shadingcoords › Reply To: 作业3 interpolated_shadingcoords 2020年7月22日 at 上午9:53 #6815 Score: 0 chronoOverFlowParticipant 同问, 从名字上看是插值的底纹坐标, 但是根据下面的代码: payload.view_pos = interpolated_shadingcoords; 我推测这个值应该是通过参数: const std::array<Eigen::Vector3f, 3>& view_pos 得到的. 我也只能猜…难受…