menpo / landmarker.io

Image and mesh annotation web application
https://www.landmarker.io
BSD 3-Clause "New" or "Revised" License
114 stars 21 forks source link

Add support for Retina/HiDPI displays #94

Closed jabooth closed 9 years ago

jabooth commented 9 years ago

This could maybe be a case of simply flicking a setting on THREE.WebGLRenderer:

renderer = new THREE.WebGLRenderer({ devicePixelRatio: window.devicePixelRatio || 1 });

it also might be worth updating THREE.js at the same time to take advantage of any recent improvements.

jabooth commented 9 years ago

Based on that stack overflow r70+ has better handling of HiDPI, so we could bump to r71 which is a nice fresh release: https://github.com/mrdoob/three.js/releases

jabooth commented 9 years ago

closed by fbea0f8077ad1d5621e314f734853f8744156267.