Delphi+OpenGL not working GL_MULTISAMPLE_ARB

Started by
2 comments, last by Street85 15 years, 4 months ago
Hi, i create simple application using ARB_multisample but Antialiased not woking. main.pas ARB_multisample.pas DGLUT.pas Help pliase! not using

 glHint(GL_POLYGON_SMOOTH_HINT, GL_NICEST);
 glEnable(GL_POLYGON_SMOOTH);
 glHint(GL_POINT_SMOOTH_HINT, GL_NICEST);
 glEnable(GL_POINT_SMOOTH);
 glHint(GL_LINE_SMOOTH_HINT, GL_NICEST);
 glEnable(GL_LINE_SMOOTH);

Advertisement
It's easy or difficult?
Your graphics card needs to support AA.
GeForce 8600 GT 256MB

This topic is closed to new replies.

Advertisement