- SceneJS - enabling and disabling diffuse lighting for a subgraph
- the teapot in this example is wrapped by a 'flags' node - we're toggling the 'diffuse' flag
- on that node, which controls whether or not diffuse lighting is applied to the teapot.
-
-
-
-
-
\ No newline at end of file
diff --git a/examples/scenegraph_flags_backfaceLighting.html b/examples/scenegraph_flags_backfaceLighting.html
deleted file mode 100644
index d7aea69e..00000000
--- a/examples/scenegraph_flags_backfaceLighting.html
+++ /dev/null
@@ -1,108 +0,0 @@
-
-
-
- SceneJS Example
-
-
-
-
-
-
-
-
-
-
-
-
- SceneJS - enabling and disabling lighting of backfaces for a subgraph
- The teapot in this example is wrapped by a 'flags' node - we're toggling the 'backfaceLighting' flag
- on that node, which controls whether or not lighting is applied to the teapot's backfaces.
-
-
-
-
-
\ No newline at end of file
diff --git a/examples/scenegraph_flags_backfaceTexturing.html b/examples/scenegraph_flags_backfaceTexturing.html
deleted file mode 100644
index d2f4bfe1..00000000
--- a/examples/scenegraph_flags_backfaceTexturing.html
+++ /dev/null
@@ -1,116 +0,0 @@
-
-
-
- SceneJS Example
-
-
-
-
-
-
-
-
-
-
-
-
- SceneJS - enabling and disabling texturing of backfaces for a subgraph
- The teapot in this example is wrapped by a 'flags' node - we're toggling the 'backfaceTexturing' flag
- on that node, which controls whether or not textures are applied to the teapot's backfaces.
-
- Spin the object around to see the front face, which always shows texture.
-
-
-
-
-
\ No newline at end of file
diff --git a/examples/scenegraph_flags_diffuse.html b/examples/scenegraph_flags_diffuse.html
deleted file mode 100644
index 3da5f2c3..00000000
--- a/examples/scenegraph_flags_diffuse.html
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
-
- SceneJS Example
-
-
-
-
-
-
-
-
-
-
-
-
- SceneJS - enabling and disabling diffuse lighting for a subgraph
- The teapot in this example is wrapped by a 'flags' node;
- we're toggling the 'diffuse' flag on that node, which controls whether
- or not diffuse lighting is applied to the teapot.
-
-
-
-
-
\ No newline at end of file
diff --git a/examples/scenegraph_flags_reflection.html b/examples/scenegraph_flags_reflection.html
deleted file mode 100644
index 1f43ca61..00000000
--- a/examples/scenegraph_flags_reflection.html
+++ /dev/null
@@ -1,131 +0,0 @@
-
-
-
- SceneJS Example
-
-
-
-
-
-
-
-
-
-
-
-
- SceneJS - enabling and disabling reflection for a subgraph
- The teapot in this example is wrapped by a 'reflect' node (a cubemap), which creates a reflection in the teapot's surface.
- The teapot is also wrapped in a 'flags' node that has a 'reflect' flag, which we're toggling to enable and disable the reflection.
-
-
-
-
-
\ No newline at end of file
diff --git a/examples/scenegraph_flags_specular.html b/examples/scenegraph_flags_specular.html
deleted file mode 100644
index 4e4cef65..00000000
--- a/examples/scenegraph_flags_specular.html
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
-
- SceneJS Example
-
-
-
-
-
-
-
-
-
-
-
-
- SceneJS - enabling and disabling specular lighting for a subgraph
- The torus in this example is wrapped by a 'flags' node;
- we're toggling the 'specular' flag on that node, which controls whether
- or not specular lighting is applied to the torus.
-