From a033626bcc286b8e0407b3693d110699ad490b89 Mon Sep 17 00:00:00 2001 From: Lindsay Kay Date: Sun, 25 Aug 2013 22:55:52 +0200 Subject: [PATCH] Tweaked features index --- examples/features.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/examples/features.json b/examples/features.json index dff730fc..457d154e 100644 --- a/examples/features.json +++ b/examples/features.json @@ -204,51 +204,51 @@ ] }, { - "title":"Effects, eg:", + "title":"Physics (alpha)", + "status": "alpha", "nodes":[ { "nodes":[ { - "title":"Custom fragment shaders", - "page":"xrayShader" - } - ] - }, - { - "nodes":[ - { - "title":"Custom vertex shaders", - "page":"vertexDisplaceShader" + "title":"Rigid body dynamics", + "page":"physicsBouncingSpheres" } ] }, { "nodes":[ { - "title":"Transparency sorting", - "page":"transparencySorting" + "title":"Multiple systems", + "page":"physicsBouncingSpheresMultiSystems" } ] } ] }, { - "title":"Physics (alpha)", - "status": "alpha", + "title":"Custom shaders, eg:", "nodes":[ { "nodes":[ { - "title":"Rigid body dynamics", - "page":"physicsBouncingSpheres" + "title":"Custom fragment shaders", + "page":"xrayShader" } ] }, { "nodes":[ { - "title":"Multiple systems", - "page":"physicsBouncingSpheresMultiSystems" + "title":"Custom vertex shaders", + "page":"vertexDisplaceShader" + } + ] + }, + { + "nodes":[ + { + "title":"Transparency sorting", + "page":"transparencySorting" } ] }