tileFailed
The event fired to indicate that a tile's content failed to load.
voxelPrimitive.tileFailed.addEventListener(function() {
console.log('An error occurred loading tile.');
});
Content copied to clipboard
The event fired to indicate that a tile's content failed to load.
voxelPrimitive.tileFailed.addEventListener(function() {
console.log('An error occurred loading tile.');
});