I visited the example page and I got tons of error messages on the console like this.
blueprint3d.js:32770 Uncaught TypeError: Cannot read property 'width' of undefined
3furnishup.github.io/:1 [GroupMarkerNotSet(crbug.com/242999)!:A0926A19A07F0000]RENDER WARNING: there is no texture bound to the unit 0
furnishup.github.io/:1 [GroupMarkerNotSet(crbug.com/242999)!:A0926A19A07F0000]RENDER WARNING: there is no texture bound to the unit 1
furnishup.github.io/:1 [GroupMarkerNotSet(crbug.com/242999)!:A0926A19A07F0000]RENDER WARNING: there is no texture bound to the unit 0
furnishup.github.io/:1 [GroupMarkerNotSet(crbug.com/242999)!:A0926A19A07F0000]RENDER WARNING: there is no texture bound to the unit 1
furnishup.github.io/:1 [GroupMarkerNotSet(crbug.com/242999)!:A0926A19A07F0000]RENDER WARNING: there is no texture bound to the unit 0
furnishup.github.io/:1 [GroupMarkerNotSet(crbug.com/242999)!:A0926A19A07F0000]RENDER WARNING: there is no texture bound to the unit 1
blueprint3d.js:32770 Uncaught TypeError: Cannot read property 'width' of undefined
And there is a function clampToMaxSize in the Three.js where the error occurs.
It seems to be the reason why I can't load this example page on the mobile browser I guess.
(When I load this page on the mobile, several times of reload and then it failed.)
Can you figure out why these situations are happened?
Thanks in advance.
I visited the example page and I got tons of error messages on the console like this.
blueprint3d.js:32770 Uncaught TypeError: Cannot read property 'width' of undefined 3furnishup.github.io/:1 [GroupMarkerNotSet(crbug.com/242999)!:A0926A19A07F0000]RENDER WARNING: there is no texture bound to the unit 0 furnishup.github.io/:1 [GroupMarkerNotSet(crbug.com/242999)!:A0926A19A07F0000]RENDER WARNING: there is no texture bound to the unit 1 furnishup.github.io/:1 [GroupMarkerNotSet(crbug.com/242999)!:A0926A19A07F0000]RENDER WARNING: there is no texture bound to the unit 0 furnishup.github.io/:1 [GroupMarkerNotSet(crbug.com/242999)!:A0926A19A07F0000]RENDER WARNING: there is no texture bound to the unit 1 furnishup.github.io/:1 [GroupMarkerNotSet(crbug.com/242999)!:A0926A19A07F0000]RENDER WARNING: there is no texture bound to the unit 0 furnishup.github.io/:1 [GroupMarkerNotSet(crbug.com/242999)!:A0926A19A07F0000]RENDER WARNING: there is no texture bound to the unit 1 blueprint3d.js:32770 Uncaught TypeError: Cannot read property 'width' of undefined
And there is a function clampToMaxSize in the Three.js where the error occurs. It seems to be the reason why I can't load this example page on the mobile browser I guess. (When I load this page on the mobile, several times of reload and then it failed.) Can you figure out why these situations are happened? Thanks in advance.