glDisable(GL_DEPTH_TEST); //disable depth testing of the reflection glPushMatrix(); glScalef(1.0f, -1.0f, 1.0f); //flip the reflection ...
確定! 回上一頁