Profile Topics Started Replies Created Engagements Favorites Search replies: Forum Replies Created Viewing 1 post (of 1 total) Author Posts 2023年4月15日 at 下午10:07 in reply to: 作业1代码main.cpp中ind{ {0, 1, 2} }的作用 #16465 Score: 0 ValkierjaParticipant 我也是初学者, 但是我问了一下chatGPT, 他告诉我这三个值代表了pos向量中三个点的”名字” 他们分别被称作顶点0, 顶点1, 顶点2 以下是chatgpt原文 变量ind表示索引数组,其中存储了构成模型三角形面片的顶点的索引。在这段代码中,ind中只包含单个三角形面片,由顶点0、1、2组成。 Author Posts Viewing 1 post (of 1 total)