Profile Topics Started Replies Created Engagements Favorites Search replies: Forum Replies Created Viewing 14 posts - 1 through 14 (of 14 total) Author Posts 2020年5月1日 at 下午3:57 in reply to: 作业8 cmake的一个问题! #6385 Score: 0 TuOne_ChanParticipant Karma: -1 pt 是的,有两个cmakelist.txt文件,src中那个cmakelists.txt文件中56行的地方 RopeSim_SOURCE_DIR应该是由assignment8文件下的CMakelists.txt生成的。 2020年5月1日 at 上午11:00 in reply to: 作业8 cmake的一个问题! #6378 Score: 0 TuOne_ChanParticipant Karma: -1 pt 看了下cmake的文档解决了!谢谢大家! 2020年5月1日 at 上午10:05 in reply to: 作业8 cmake的一个问题! #6377 Score: 0 TuOne_ChanParticipant Karma: -1 pt 求大家指点一下: 装好两个库后,直接cmake出的这个问题:如下图 尝试了好几个方法后还是没有解决,不知道如何解决这个问题! 2020年4月30日 at 下午9:51 in reply to: 作业8 安装包失败 #6358 Score: 0 TuOne_ChanParticipant Karma: -1 pt 好的,谢谢了,我再看看是啥问题! 2020年4月30日 at 下午8:33 in reply to: 作业8 安装包失败 #6347 Score: 0 TuOne_ChanParticipant Karma: -1 pt 同学,请问一下,你把这两个库装好了后,cmake的时候有 install TARGETS give no RUNTIME DESTINATION for executable target “ropesim”的问题吗? 2020年3月27日 at 上午9:46 in reply to: DLSS 2.0 #4815 Score: 0 TuOne_ChanParticipant Karma: -1 pt 强啊!谢谢老师!老师辛苦了 2020年3月16日 at 上午9:11 in reply to: Vscode 中调试方法 #4267 Score: 0 TuOne_ChanParticipant Karma: -1 pt +1 2020年3月15日 at 下午10:55 in reply to: 作业三在运行Rasterizer时core dump #4243 Score: 0 TuOne_ChanParticipant Karma: -1 pt 谢谢同学,我没有用ide呢,你的vscode配置怎么配置的呢?我配置的vscode老是跑不起来。 2020年3月15日 at 下午10:28 in reply to: 作业三在运行Rasterizer时core dump #4227 Score: 0 TuOne_ChanParticipant Karma: -1 pt 请教一下,最后是怎么解决的呢?我现在texture的时候也遇到了core dump,和你错误提示的是一样的。多谢啦! 2020年3月7日 at 上午9:28 in reply to: 关于作业 2 深度测试结果不显示的问题 #3432 Score: 0 TuOne_ChanParticipant Karma: -1 pt 这个错误是你在Depth Buffer的索引有问题,像素和depth buffer的索引值不一致导致的 代码中depth buffer是个vector<float>的数据结构,depth buffer存储(x,y)像素处的z值对应的是个二维数组,你需要计算出(x,y)像素和ector<float>的数据结构的一一对应关系,具体你可以参考一下set_pixcel(point,color)函数中的frame buffer的值是如何一一对应的。 2020年3月6日 at 下午3:46 in reply to: 关于作业二中bounding box的创建 #3404 Score: 0 TuOne_ChanParticipant Karma: -1 pt 在lecture 5的55:17处讲的。 2020年3月1日 at 下午11:52 in reply to: 作业1调试问题 #3164 Score: 0 TuOne_ChanParticipant Karma: -1 pt 希望助教或者成功的同学把vs code需要做的配置做个教程,对于小白确实对这个很无奈,现在没有用vscode调试,直接make进行调试,谢谢啦! 2020年2月28日 at 下午5:13 in reply to: 提高部分测试问题 #3102 Score: 0 TuOne_ChanParticipant Karma: -1 pt 好的,明白,谢谢老师! 2020年2月28日 at 下午4:53 in reply to: 提高部分测试问题 #3100 Score: 0 TuOne_ChanParticipant Karma: -1 pt 构造一个函数,该函数的作用是得到绕任意过原点的轴的旋转变换矩阵。 请问一下助教老师: 绕任意过原点的轴是指x,y,z轴吗? Author Posts Viewing 14 posts - 1 through 14 (of 14 total)