upsampleAsync
Upsamples this terrain data for use by a descendant tile. The resulting instance will contain a subset of the vertices in this instance, interpolated if necessary.
Return
A promise for upsampled heightmap terrain data for the descendant tile, or undefined if too many asynchronous upsample operations are in progress and the request has been deferred.
Parameters
The tiling scheme of this terrain data.
The X coordinate of this tile in the tiling scheme.
The Y coordinate of this tile in the tiling scheme.
The level of this tile in the tiling scheme.
The X coordinate within the tiling scheme of the descendant tile for which we are upsampling.
The Y coordinate within the tiling scheme of the descendant tile for which we are upsampling.
The level within the tiling scheme of the descendant tile for which we are upsampling.