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