aframe-tangram-terrain-component icon indicating copy to clipboard operation
aframe-tangram-terrain-component copied to clipboard

Poor performance when loading terrain

Open mattrei opened this issue 6 years ago • 1 comments

currently there seems to be no way in preventing the browser to slow down when loading the terrain. This is because the texture upload can not be off-thread as of now. I have no chance in changing this within this component so there must be a general solution for this. See also here

mattrei avatar Oct 25 '17 07:10 mattrei

maybe consider https://github.com/jbaicoianu/THREE.TiledTexture ?

mattrei avatar Jan 15 '19 10:01 mattrei