Viewing 3 reply threads
  • Author
    Posts
    • #4093 Score: 0
      xuyonglai
      Participant
      3 pts

      找了个其他的模型 有错 有知道这是怎么回事吗?

      Attachments:
      You must be logged in to view attached files.
    • #4113 Score: 0
      禹鹏(助教)
      Keymaster
      9 pts

      你先GDB调试一下,看在哪儿出错我们才好给你建议啊。
      推荐用backtrace把函数调用栈打印出来,贴出来。

      • #4174 Score: 0
        xuyonglai
        Participant
        3 pts

        您好,我这个错误找到了,又出现了新的问题,段错误,是因为换了新模型之后boundingbox有的界为负数了,这是怎么回事?不应该啊

    • #4179 Score: 0
      sQ
      Participant
      1 pt

      换自己找的模型很麻烦。stoi的问题是obj文件行尾存在多余空格。
      越界是没有限制bbox的上下界。但根本还是需要调整相机位置fov等参数。
      (我猜)一种方法是规范化你的obj,把他本身的尺度与坐标系定义调整到与示例模型相似的程度,直接更改路径可能就会有不错的结果

      • #4182 Score: 0
        xuyonglai
        Participant
        3 pts

        对我也发现了 换个新模型很麻烦

        • #4211 Score: 1
          Bear
          Participant
          -11 pt

          找标准的那些出名测试模型,如兔子,龙,犰狳, 茶壶之类的,一般都是比较标准的 obj

          其他自己做的模型出幺蛾子概率比较大

          This post has received 1 vote up.
    • #8735 Score: 0
      walle
      Participant

      加载 teapot.obj;
      rasterizer.cpp 文件 ,第363行, ind 为int类型, 溢出了。

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