mmatl / pyrender

Easy-to-use glTF 2.0-compliant OpenGL renderer for visualization of 3D scenes.
http://pyrender.readthedocs.io/
MIT License
1.31k stars 225 forks source link

DISABLE_AA #279

Closed fhagelskjaer closed 8 months ago

fhagelskjaer commented 8 months ago

Added a flag DISABLE_AA to disable the anti alias during rendering. There is no breaking changes as a new flag has been added.

fhagelskjaer commented 8 months ago

Realised this has been asked for already.