A solution is to isolate the scaling by placing it within a push-pop pair as below: glTranslatef(0.0, 0.0, -15.0); glPushMatrix(); glScalef(1.0, 2.0, ...
確定! 回上一頁