arenaxr / arena-web-core

An environment to view and interact in multiuser virtual and augmented reality.
https://docs.arenaxr.org
BSD 3-Clause "New" or "Revised" License
41 stars 28 forks source link

Tiling images doesn't show right away #4

Open riebling opened 4 years ago

riebling commented 4 years ago

When setting the tiling of an image, it doesn't reflect right away in the browser/viewer/scene. If you look at the values in A-Frame Scene Inspector, the values ARE set. A clue: if you then change the src of the bitmap, the image appears properly tiled.

syreal17 commented 4 years ago

Seems like a rendering aspect that a viewer expect to be set "in the beginning", but changing the entire bitmap forces re-rendering regardless..

Is this for a "tile map" or something else?