cnyyl

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: 作业3如何换成其他的模型 #4095 Score: 0
    cnyyl
    Participant

    main函数里面有两行代码
    auto texture_path = “hmap.jpg”;
    r.set_texture(Texture(obj_path + texture_path));
    把第二行注释一下应该就可以了,换路径它找不到hmap.jpg

    in reply to: 渲染时间 #4000 Score: 0
    cnyyl
    Participant

    每次渲染三角形不要遍历所有像素,取包裹住三角形的一个矩形遍历像素就可以了,我老的机器上不到十秒可以结束

Viewing 2 posts - 1 through 2 (of 2 total)