Closed einarf closed 6 years ago
We should support multisampling for the default window. This can be configured in settings:
WINDOW = { "class": "demosys.context.glfw.GLFW_Window", "size": (1280, 720), "aspect_ratio": 16/9, "fullscreen": False, "resizable": True, "title": "demosys-py", "vsync": True, "cursor": True, "samples": 8, # <---------- }
glfw.window_hint(glfw.SAMPLES, <value>)
Context.multisample
f53efb753c25ea4e606ca0a38c42d9c8c47aaf8e
We should support multisampling for the default window. This can be configured in settings:
glfw.window_hint(glfw.SAMPLES, <value>)
Context.multisample
when drawing to the fbo.