Retourner au contenu associé (entrée de forum : [OpenGL] Antialiasing sur fond coloré)
Posté par Obi MO (site web personnel) le 13 septembre 2007 à 00:34. En réponse au message [OpenGL] Antialiasing sur fond coloré. Évalué à 1.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: re:
Posté par Obi MO (site web personnel) . En réponse au message [OpenGL] Antialiasing sur fond coloré. Évalué à 1.
Trouvé, mauvais paramètres en blend func, j'aurais du utiliser
glBlendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA;
pour faire l'anti aliasing comme il faut.
Super ! je vais pouvoir m'attaquer aux stencils maintenant :o/
Bonne nuit !