void draw_bbox(struct mesh* mesh) { if (mesh->vertices.size() == 0) return; // Cube 1x1x1, centered on origin GLfloat vertices[] = { -0.5, -0.5, -0.5, 1.0, ...
確定! 回上一頁