richtr / Marine-Compass

A 3-dimensional floating compass for the web
https://richtr.github.io/Marine-Compass
Apache License 2.0
65 stars 9 forks source link

texture quality is low #3

Closed MartinRGB closed 6 years ago

MartinRGB commented 6 years ago

How to fix it?

MartinRGB commented 6 years ago

Fixed this problem by changing the input cavans size in index.html

canvasElement.setAttribute('width', window.innerWidth);
canvasElement.setAttribute('height', window.innerHeight);