diff --git a/examples/measurement/distance_createWithMouse_snapping.html b/examples/measurement/distance_createWithMouse_snapping.html index 63b55024ad..5e13e25761 100644 --- a/examples/measurement/distance_createWithMouse_snapping.html +++ b/examples/measurement/distance_createWithMouse_snapping.html @@ -142,14 +142,6 @@

Resources

viewer.camera.look = [4.40, 3.72, 8.89]; viewer.camera.up = [-0.01, 0.99, 0.039]; - - //------------------------------------------------------------------------------------------------------------------ - // Vertex-snapping mode - //------------------------------------------------------------------------------------------------------------------ - - viewer.cameraControl.snapMode = "vertex"; // Snap to nearest vertex - viewer.cameraControl.snapRadius = 30; // 30 pixels snapping radius - //------------------------------------------------------------------------------------------------------------------ // Load a model //------------------------------------------------------------------------------------------------------------------