Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I set number of sample in QSurfaceFormat 4. Thus QSceneGraph use multi sampling anti aliasing. I have an Item with QSGNode that draw a simple line. How can I disable MSAA only for this item? I use setAntialiasing(false) but not working.