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).
Antialiasing and shaders
Hi
Does anyone have a simple example of how to
enable antialiasing
use shaders
?
Thanks!
Hi, for 2. you can take a look at Lubos's tutorial : http://luboslenco.com/kha3d/#basic-shading
Antialiasing was gone after recent api changes, but I just brought it back. System.init({samplesPerPixel: 4}, ...); does the job.