-
-
Notifications
You must be signed in to change notification settings - Fork 168
Anti-Aliasing can be enabled globally by providing the samplesPerPixel parameter to the FrameBufferOptions
in your System.start()
call. e.g. System.start({width, 1024, height:768, framebuffer:{samplesPerPixel: 4}}, function(_) {});
This enables hardware anti-aliasing and tries to find a supported sample count which is as close to the supplied parameter as possible. Hardware anti-aliasing is not supported on every hardware/os/driver/target combination. Also, modern hardware usually defaults to multisample anti-aliasing which only takes care of polygon edges.
The System.init(options, callback) function takes http://api.kha.tech/kha/OldSystemOptions.html as the "options" arg. Unfortunally, that way seems to be deprecated. But the function requestFullscreen looks promising.
- Introduction
- Getting Started
- Breaking Changes
- FAQ
- System targets
- Graphics targets
- Documentation
- API package descriptions