Home Forums GAMES在线课程(现代计算机图形学入门)讨论区 作业3每一三角面绘制时间差不多1秒钟

Tagged: 

Viewing 0 reply threads
  • Author
    Posts
    • #17339 Score: 0
      zengJB
      Participant

      写完任务1和2后运行,很久不出结果,一直卡在终端,经过逐步排查,在draw函数里加了一句
      std::cout << “draw done” << count << ” ” << TriangleList.size() << std::endl;
      发现绘制每一面的时间是1秒左右,而模型一共有5856面,跑了感觉半个小时才绘制到1500面左右,请问这正常吗?有没有什么加快的方法呢。

Viewing 0 reply threads
  • You must be logged in to reply to this topic.