From 4ac66f83f748f57ae8248034676cbaaef145dbd0 Mon Sep 17 00:00:00 2001 From: paireks Date: Mon, 26 Feb 2024 21:26:12 +0100 Subject: [PATCH] Adding example of controlling the position on the CameraPath by slider --- ...era_CameraPathAnimation_SliderControl.html | 664 ++++++++++++++++++ examples/navigation/index.html | 1 + 2 files changed, 665 insertions(+) create mode 100644 examples/navigation/camera_CameraPathAnimation_SliderControl.html diff --git a/examples/navigation/camera_CameraPathAnimation_SliderControl.html b/examples/navigation/camera_CameraPathAnimation_SliderControl.html new file mode 100644 index 0000000000..01d183a7ec --- /dev/null +++ b/examples/navigation/camera_CameraPathAnimation_SliderControl.html @@ -0,0 +1,664 @@ + + + + + + + xeokit Example + + + + + + + + + +
+

Sliders

+ +
+
+ +

CameraPathAnimation_SliderControl

+

Controlling the camera along a path with a slider

+

In this example, we load a BIM model from the file system, then fly the camera along a pre-defined path that + passes + through the model using slider.

+

Stats

+ +

Components used

+ +

Resources

+ +
+ + + \ No newline at end of file diff --git a/examples/navigation/index.html b/examples/navigation/index.html index f623238522..d03c2f6e6f 100644 --- a/examples/navigation/index.html +++ b/examples/navigation/index.html @@ -277,6 +277,7 @@ ["CameraControl_planView_Schependomlaan", "Plan view navigation"], "# Animation", ["camera_CameraPathAnimation", "Animating the camera along a path"], + ["camera_CameraPathAnimation_SliderControl", "Controlling the camera along a path with a slider"], ["camera_fitToModel", "Arranging the camera to fit the model in view"], ["camera_CameraFlightAnimation_projection", "Smooth transition between projections"], "# Configuration",