gbiobob / ED3D-Galaxy-Map

Elite: Dangerous 3D map visualiser API (build with WebGL)

Home Page:https://wiki.ed-board.net/en/map/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue on texture loading on last Chrome release (r50)

gbiobob opened this issue · comments

Damn I spend hours trying to figure out this :D

The issue is on the img.onload, apparently last r50 Chrome doesn't fire the event.
The main discuss about that on Three.js: mrdoob/three.js#8670
Apparently, we should wait for a fix from Google.

Chrome dev channel (r52), everything work well.
Edit: Work also on Chrome beta Channel (r51)

Last Chrome release fix the issue (stable channel)