浏览代码

change to examples/misc

jox81 11 年之前
父节点
当前提交
0573277ab3
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/index.html
  2. 0 0
      examples/misc_animation_keys.html

+ 1 - 1
examples/index.html

@@ -105,7 +105,6 @@
 				"webgl_animation_cloth",
 				"webgl_animation_skinning",
 				"webgl_animation_skinning_morph",
-				"webgl_animation_keys",
 				"webgl_buffergeometry",
 				"webgl_buffergeometry_custom_attributes_particles",
 				"webgl_buffergeometry_lines",
@@ -272,6 +271,7 @@
 				"css3d_youtube"
 			],
 			"misc": [
+				"misc_animation_keys",
 				"misc_controls_fly",
 				"misc_controls_oculusrift",
 				"misc_controls_orbit",

+ 0 - 0
examples/webgl_animation_keys → examples/misc_animation_keys.html