Skip to content

Commit

Permalink
Examples tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed Oct 1, 2014
1 parent 34ea04c commit 0b14950
Show file tree
Hide file tree
Showing 14 changed files with 24 additions and 8 deletions.
Binary file removed api/latest/plugins/node/skybox/textures/grid3.gif
Binary file not shown.
4 changes: 0 additions & 4 deletions examples/features.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@
"title": "X-Ray",
"page": "shaders_xray"
},
{
"title": "Film grain",
"page": "postprocessing_filmGrain"
},
{
"title": "Vertex displacement",
"page": "shaders_vertexDisplacement"
Expand Down
3 changes: 2 additions & 1 deletion examples/reflections_clouds.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@

<div id="infoDark">
<a href="http://scenejs.org">SceneJS</a> - <a href="../api/latest/plugins/node/reflect/clouds" target="_other">clouds</a> reflection map
<br>
learn more in <a href="http://xeolabs.com/articles/scenejs-reflection/" target="_other">this tutorial</a>
</div>

<script>

// Basic demo of the "reflect" node, which defines a cube map which is reflected
Expand Down
2 changes: 2 additions & 0 deletions examples/reflections_custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

<div id="infoDark">
<a href="http://scenejs.org">SceneJS</a> - reflection map demo
<br>
learn more in <a href="http://xeolabs.com/articles/scenejs-reflection/" target="_other">this tutorial</a>
</div>

<script>
Expand Down
3 changes: 2 additions & 1 deletion examples/reflections_heightmap.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
<div id="infoDark">
<a href="http://scenejs.org">SceneJS</a> - <a href="../api/latest/plugins/node/geometry/heightmap.js"
target="_other">heightmap</a> geometry
<br>
learn more in <a href="http://xeolabs.com/articles/scenejs-reflection/" target="_other">this tutorial</a>
</div>

<script>

// Demo of the "geometry/heightmap" custom node type, with an "shader/fog" node thrown in for fun.
Expand Down
3 changes: 2 additions & 1 deletion examples/reflections_intensity.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@

<div id="infoDark">
<a href="http://scenejs.org">SceneJS</a> - four reflection maps of varying intensity
<br>
learn more in <a href="http://xeolabs.com/articles/scenejs-reflection/" target="_other">this tutorial</a>
</div>

<script>

// Demonstrates reflections of varying intensity.
Expand Down
2 changes: 2 additions & 0 deletions examples/reflections_manyObjects.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

<div id="infoDark">
<a href="http://scenejs.org">SceneJS</a> - one reflection map applied to multiple objects
<br>
learn more in <a href="http://xeolabs.com/articles/scenejs-reflection/" target="_other">this tutorial</a>
</div>

<script>
Expand Down
2 changes: 2 additions & 0 deletions examples/reflections_multipleCombined.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

<div id="infoDark">
<a href="http://scenejs.org">SceneJS</a> - two reflection maps applied to same object
<br>
learn more in <a href="http://xeolabs.com/articles/scenejs-reflection/" target="_other">this tutorial</a>
</div>

<script>
Expand Down
3 changes: 2 additions & 1 deletion examples/reflections_multipleSeparate.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@

<div id="infoDark">
<a href="http://scenejs.org">SceneJS</a> - two reflection maps applied to different objects
<br>
learn more in <a href="http://xeolabs.com/articles/scenejs-reflection/" target="_other">this tutorial</a>
</div>

<script>

// Demonstrates two different objects, each with a different reflection.
Expand Down
2 changes: 2 additions & 0 deletions examples/reflections_shinyRaptor.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
<div id="infoDark">
<a href="http://scenejs.org">SceneJS</a> - reflection map applied to geometry imported from <a
href="../api/latest/plugins/node/import/obj.js" target="_other">OBJ</a>
<br>
learn more in <a href="http://xeolabs.com/articles/scenejs-reflection/" target="_other">this tutorial</a>
</div>

<script>
Expand Down
2 changes: 2 additions & 0 deletions examples/reflections_withNormalMap.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

<div id="infoDark">
<a href="http://scenejs.org">SceneJS</a> - reflection map combined with normal maps
<br>
learn more in <a href="http://xeolabs.com/articles/scenejs-reflection/" target="_other">this tutorial</a>
</div>

<script>
Expand Down
2 changes: 2 additions & 0 deletions examples/reflections_withSpecularMap.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

<div id="infoDark">
<a href="http://scenejs.org">SceneJS</a> - reflection map combined with different specular control maps
<br>
learn more in <a href="http://xeolabs.com/articles/scenejs-reflection/" target="_other">this tutorial</a>
</div>

<script>
Expand Down
2 changes: 2 additions & 0 deletions examples/reflections_withSpecularMaterial.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

<div id="infoDark">
<a href="http://scenejs.org">SceneJS</a> - reflection map applied to objects with varying specularity
<br>
learn more in <a href="http://xeolabs.com/articles/scenejs-reflection/" target="_other">this tutorial</a>
</div>

<script>
Expand Down
2 changes: 2 additions & 0 deletions examples/reflections_withTransparency.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

<div id="infoDark">
<a href="http://scenejs.org">SceneJS</a> - reflection map applied to transparent object
<br>
learn more in <a href="http://xeolabs.com/articles/scenejs-reflection/" target="_other">this tutorial</a>
</div>

<script>
Expand Down

0 comments on commit 0b14950

Please sign in to comment.