Auf Thema antworten

KCA, oder -1... Vielleicht ist das Problem einfach schwierig zu lösen (egal in welchem Forum). Habe kurz im Netz gesucht, und teilweise sogar gelesen, dass Polygon Smoothing heute nicht mehr von allen GraKas unterstützt wird. Aber so wie Fancy es angedeutet hat...

[code]

        GLProfile profile = GLProfile.get(GLProfile.GL3bc);

        GLCapabilities glCapabilities = new GLCapabilities(profile);

        glCapabilities.setNumSamples(4);

        glCapabilities.setSampleBuffers(true);

        GLCanvas canvas = new GLCanvas(glCapabilities);

[/code]

sieht das Polygon zumindest bei mir schön glattgelutscht aus.



Oben