Hi! I develop some watchfaces on WebGL, and on tizen 2.3.2 (Gear S3) its worked perfectly, with good framerate and anti-aliasing. But today I get upgrade to 3.0 and my project run with frame drops and without anti-aliasing... I use three.js library from sample project https://developer.tizen.org/development/sample/web/Multimedia/WebGL .
Anti-aliasing option set on:
... renderer = new THREE.WebGLRenderer({ antialias: true }); ...
This screens before (tizen 2.3.2) and after (tizen 3.0.0.1)
Sample application also run without anti-aliasing now. Is there any solution of problem?