From ce2a495de9098b7d23892e71849478e3f6efe64c Mon Sep 17 00:00:00 2001 From: paireks Date: Tue, 21 Jul 2026 15:31:53 +0200 Subject: [PATCH] XEOK-492 Moving the Emphasizing section to the Examples repository --- emphasising/colorize.html | 80 ++++ emphasising/highlight.html | 83 ++++ emphasising/highlight_glowThroughFalse.html | 91 ++++ emphasising/highlight_transparentCanvas.html | 96 ++++ emphasising/index.html | 463 +++++++++++++++++++ emphasising/opacity.html | 79 ++++ emphasising/select.html | 79 ++++ emphasising/select_glowThroughFalse.html | 91 ++++ emphasising/select_glowThroughFalse_dtx.html | 92 ++++ emphasising/select_transparentCanvas.html | 96 ++++ emphasising/xray.html | 83 ++++ emphasising/xray_transparentCanvas.html | 84 ++++ 12 files changed, 1417 insertions(+) create mode 100644 emphasising/colorize.html create mode 100644 emphasising/highlight.html create mode 100644 emphasising/highlight_glowThroughFalse.html create mode 100644 emphasising/highlight_transparentCanvas.html create mode 100644 emphasising/index.html create mode 100644 emphasising/opacity.html create mode 100644 emphasising/select.html create mode 100644 emphasising/select_glowThroughFalse.html create mode 100644 emphasising/select_glowThroughFalse_dtx.html create mode 100644 emphasising/select_transparentCanvas.html create mode 100644 emphasising/xray.html create mode 100644 emphasising/xray_transparentCanvas.html diff --git a/emphasising/colorize.html b/emphasising/colorize.html new file mode 100644 index 0000000..18b417f --- /dev/null +++ b/emphasising/colorize.html @@ -0,0 +1,80 @@ + + + + + + + xeokit Example + + + + + + + +
+

Colirizing Objects

+

Click objects to colorize them

+

Components Used

+ +
+ + + \ No newline at end of file diff --git a/emphasising/highlight.html b/emphasising/highlight.html new file mode 100644 index 0000000..5a9a92f --- /dev/null +++ b/emphasising/highlight.html @@ -0,0 +1,83 @@ + + + + + + + xeokit Example + + + + + + + +
+

Set Objects Highlighted

+

Click objects to highlight them

+

Components Used

+ +
+ + + \ No newline at end of file diff --git a/emphasising/highlight_glowThroughFalse.html b/emphasising/highlight_glowThroughFalse.html new file mode 100644 index 0000000..8de3e0c --- /dev/null +++ b/emphasising/highlight_glowThroughFalse.html @@ -0,0 +1,91 @@ + + + + + + + xeokit Example + + + + + + + +
+

Picking Objects

+

Hover over objects to highlight them

+

In this example, we've set glowThrough:false on the Scene's HighlightMaterial. This disables the usual "glow-through" behaviour for highlighted objects.

+

Components Used

+ +
+ + + \ No newline at end of file diff --git a/emphasising/highlight_transparentCanvas.html b/emphasising/highlight_transparentCanvas.html new file mode 100644 index 0000000..da1a269 --- /dev/null +++ b/emphasising/highlight_transparentCanvas.html @@ -0,0 +1,96 @@ + + + + + + + xeokit Example + + + + + + + +
+

Picking Objects

+

Hover objects to highlight them

+

Components Used

+ +
+ + + \ No newline at end of file diff --git a/emphasising/index.html b/emphasising/index.html new file mode 100644 index 0000000..e235d94 --- /dev/null +++ b/emphasising/index.html @@ -0,0 +1,463 @@ + + + + + + + xeokit Examples + + + + + + + + + +
+
+
+ +
+

xeokit / Examples / Emphasising

+
+ + + diff --git a/emphasising/opacity.html b/emphasising/opacity.html new file mode 100644 index 0000000..79b16a1 --- /dev/null +++ b/emphasising/opacity.html @@ -0,0 +1,79 @@ + + + + + + + xeokit Example + + + + + + + +
+

Set Object Opacities

+

Click objects to change their opacity

+

Components Used

+ +
+ + + \ No newline at end of file diff --git a/emphasising/select.html b/emphasising/select.html new file mode 100644 index 0000000..48e5e79 --- /dev/null +++ b/emphasising/select.html @@ -0,0 +1,79 @@ + + + + + + + xeokit Example + + + + + + + +
+

Set Objects Selected

+

Click objects to select them

+

Components Used

+ +
+ + + \ No newline at end of file diff --git a/emphasising/select_glowThroughFalse.html b/emphasising/select_glowThroughFalse.html new file mode 100644 index 0000000..44f5d76 --- /dev/null +++ b/emphasising/select_glowThroughFalse.html @@ -0,0 +1,91 @@ + + + + + + + xeokit Example + + + + + + + +
+

Picking Objects

+

Hover over objects to select them

+

In this example, we've set glowThrough:false on the Scene's HighlightMaterial. This disables the usual "glow-through" behaviour for selected objects.

+

Components Used

+ +
+ + + \ No newline at end of file diff --git a/emphasising/select_glowThroughFalse_dtx.html b/emphasising/select_glowThroughFalse_dtx.html new file mode 100644 index 0000000..741f50f --- /dev/null +++ b/emphasising/select_glowThroughFalse_dtx.html @@ -0,0 +1,92 @@ + + + + + + + xeokit Example + + + + + + + +
+

Picking Objects

+

Hover over objects to select them

+

In this example, we've set glowThrough:false on the Scene's HighlightMaterial. This disables the usual "glow-through" behaviour for selected objects.

+

Components Used

+ +
+ + + \ No newline at end of file diff --git a/emphasising/select_transparentCanvas.html b/emphasising/select_transparentCanvas.html new file mode 100644 index 0000000..c868d25 --- /dev/null +++ b/emphasising/select_transparentCanvas.html @@ -0,0 +1,96 @@ + + + + + + + xeokit Example + + + + + + + +
+

Picking Objects

+

Hover objects to select them

+

Components Used

+ +
+ + + \ No newline at end of file diff --git a/emphasising/xray.html b/emphasising/xray.html new file mode 100644 index 0000000..9c6d440 --- /dev/null +++ b/emphasising/xray.html @@ -0,0 +1,83 @@ + + + + + + + xeokit Example + + + + + + + +
+

X-Raying Objects

+

Click objects to X-ray them

+

Components Used

+ +
+ + + \ No newline at end of file diff --git a/emphasising/xray_transparentCanvas.html b/emphasising/xray_transparentCanvas.html new file mode 100644 index 0000000..d682c07 --- /dev/null +++ b/emphasising/xray_transparentCanvas.html @@ -0,0 +1,84 @@ + + + + + + + xeokit Example + + + + + + + +
+

X-Raying Objects on a Transparent Canvas

+

Click objects to X-ray them

+

Components Used

+ +
+ + + \ No newline at end of file