@JsFunction
public static interface Cesium3DTileset.FoveatedInterpolationCallback
Cesium3DTileset.foveatedScreenSpaceError is true to control
 how much to raise the screen space error for tiles outside the foveated cone,
 interpolating between Cesium3DTileset.foveatedMinimumScreenSpaceErrorRelaxation and Cesium3DTileset.maximumScreenSpaceError.| Modifier and Type | Method and Description | 
|---|---|
double | 
function(double p,
        double q,
        double time)
Optimization option. 
 | 
double function(double p,
                double q,
                double time)
Cesium3DTileset.foveatedScreenSpaceError is true to control
 how much to raise the screen space error for tiles outside the foveated cone,
 interpolating between Cesium3DTileset.foveatedMinimumScreenSpaceErrorRelaxation and Cesium3DTileset.maximumScreenSpaceError.p - The start value to interpolate.q - The end value to interpolate.time - The time of interpolation generally in the range [0.0, 1.0].Copyright © 2019. All rights reserved.