glPushMatrix(); glTranslatef(position.x, position.y, position.z); glMultMatrixf(glm::mat4_cast(orientation)); glCallList(modelID); ...
確定! 回上一頁