To enable multisampling, use thefollowing: glEnable(GL_MULTISAMPLE); 4. To disable multisampling, use the following: glDisable(GL_MULTISAMPLE); How it works ...
確定! 回上一頁