viewerVoxelInspectorMixin
A mixin which adds the VoxelInspector widget to the Viewer widget. Rather than being called directly, this function is normally passed as a parameter to Viewer.extend, as shown in the example below.
var viewer = new Viewer('cesiumContainer');
viewer.extend(viewerVoxelInspectorMixin);
Content copied to clipboard
Parameters
viewer
The viewer instance.