copy vertices data from memery to gpu memery glBufferData(GL_ARRAY_BUFFER, self.vertices.nbytes, self.vertices, GL_STATIC_DRAW)
確定! 回上一頁