3dstreet icon indicating copy to clipboard operation
3dstreet copied to clipboard

use load-model event for 3d tiles blending options

Open kfarr opened this issue 10 months ago β€’ 0 comments

Blending mode changes exhibit "popping" and issues sometimes where newly loaded tiles don't have blending applied or there is a delay before it is applied. This could probably be optimized to more closely follow the custom material demo here

tiles.addEventListener( 'load-model', onLoadModel );

https://github.com/NASA-AMMOS/3DTilesRendererJS?tab=readme-ov-file#custom-material

kfarr avatar Apr 24 '25 16:04 kfarr