Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想了解 OBJ 文件的结构。
面部元素是否有特定的顺序?各种消息来源暗示它通常以允许更直接渲染的顺序保存,但没有明确的答案。该规范似乎也没有提及它。这是否意味着顺序是任意的并且由解析器来处理它?
我不知道 OBJ 文件格式中有任何这样的“提示”。
我可以根据经验告诉你,它们通常是按顶点索引递增的顺序排列的,这对内存访问局部性很有好处,但同样,并不要求一定是这种情况。