From e7815033f7e2737c8b9828a9fb3463372d8b074d Mon Sep 17 00:00:00 2001 From: xeolabs Date: Thu, 26 Mar 2015 15:59:58 +0100 Subject: [PATCH] Updated examples --- examples/index.html | 6 - examples/scenegraph_flags_ambient.html | 153 ------------------ .../scenegraph_flags_backfaceLighting.html | 108 ------------- .../scenegraph_flags_backfaceTexturing.html | 116 ------------- examples/scenegraph_flags_diffuse.html | 149 ----------------- examples/scenegraph_flags_reflection.html | 131 --------------- examples/scenegraph_flags_specular.html | 149 ----------------- 7 files changed, 812 deletions(-) delete mode 100644 examples/scenegraph_flags_ambient.html delete mode 100644 examples/scenegraph_flags_backfaceLighting.html delete mode 100644 examples/scenegraph_flags_backfaceTexturing.html delete mode 100644 examples/scenegraph_flags_diffuse.html delete mode 100644 examples/scenegraph_flags_reflection.html delete mode 100644 examples/scenegraph_flags_specular.html diff --git a/examples/index.html b/examples/index.html index 77c5e8e6..ec31d9b3 100644 --- a/examples/index.html +++ b/examples/index.html @@ -191,16 +191,10 @@

SceneJS / Examples

"scenegraph_enable", "scenegraph_tags", "scenegraph_flags", - "scenegraph_flags_ambient", - "scenegraph_flags_backfaceLighting", "scenegraph_flags_backfaces", - "scenegraph_flags_backfaceTexturing", - "scenegraph_flags_diffuse", "scenegraph_flags_enabled", "scenegraph_flags_frontface", "scenegraph_flags_picking", - "scenegraph_flags_reflection", - "scenegraph_flags_specular", "scenegraph_flags_transparent" ], diff --git a/examples/scenegraph_flags_ambient.html b/examples/scenegraph_flags_ambient.html deleted file mode 100644 index 7e296c83..00000000 --- a/examples/scenegraph_flags_ambient.html +++ /dev/null @@ -1,153 +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_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. -
- - - - \ No newline at end of file