Browse Source

Added missing examples to examples list.

Mr.doob 9 years ago
parent
commit
3135c47979
1 changed files with 3 additions and 0 deletions
  1. 3 0
      examples/index.html

+ 3 - 0
examples/index.html

@@ -189,7 +189,9 @@
 
 
 		var files = {
 		var files = {
 			"webgl": [
 			"webgl": [
+				"webgl_animation_blend",
 				"webgl_animation_cloth",
 				"webgl_animation_cloth",
+				"webgl_animation_scene",
 				"webgl_animation_skinning_blending",
 				"webgl_animation_skinning_blending",
 				"webgl_animation_skinning_morph",
 				"webgl_animation_skinning_morph",
 				"webgl_camera",
 				"webgl_camera",
@@ -348,6 +350,7 @@
 				"webgl_postprocessing_godrays",
 				"webgl_postprocessing_godrays",
 				"webgl_postprocessing_ssao",
 				"webgl_postprocessing_ssao",
 				"webgl_raycast_texture",
 				"webgl_raycast_texture",
+				"webgl_read_float_buffer",
 				"webgl_rtt",
 				"webgl_rtt",
 				"webgl_sandbox",
 				"webgl_sandbox",
 				"webgl_shader",
 				"webgl_shader",