Browse Source

Examples: Renamed physics examples.

Mr.doob 5 years ago
parent
commit
e36f06c3f3

+ 5 - 5
examples/files.js

@@ -338,11 +338,11 @@ var files = {
 		"webxr_vr_video"
 		"webxr_vr_video"
 	],
 	],
 	"physics": [
 	"physics": [
-		"webgl_physics_cloth",
-		"webgl_physics_convex_break",
-		"webgl_physics_rope",
-		"webgl_physics_terrain",
-		"webgl_physics_volume"
+		"webgl_physics_ammo_break",
+		"webgl_physics_ammo_cloth",
+		"webgl_physics_ammo_rope",
+		"webgl_physics_ammo_terrain",
+		"webgl_physics_ammo_volume"
 	],
 	],
 	"misc": [
 	"misc": [
 		"misc_animation_authoring",
 		"misc_animation_authoring",

+ 0 - 0
examples/screenshots/webgl_physics_convex_break.png → examples/screenshots/webgl_physics_ammo_break.png


+ 0 - 0
examples/screenshots/webgl_physics_cloth.png → examples/screenshots/webgl_physics_ammo_cloth.png


+ 0 - 0
examples/screenshots/webgl_physics_rope.png → examples/screenshots/webgl_physics_ammo_rope.png


+ 0 - 0
examples/screenshots/webgl_physics_terrain.png → examples/screenshots/webgl_physics_ammo_terrain.png


+ 0 - 0
examples/screenshots/webgl_physics_volume.png → examples/screenshots/webgl_physics_ammo_volume.png


+ 0 - 0
examples/webgl_physics_convex_break.html → examples/webgl_physics_ammo_break.html


+ 0 - 0
examples/webgl_physics_cloth.html → examples/webgl_physics_ammo_cloth.html


+ 0 - 0
examples/webgl_physics_rope.html → examples/webgl_physics_ammo_rope.html


+ 0 - 0
examples/webgl_physics_terrain.html → examples/webgl_physics_ammo_terrain.html


+ 0 - 0
examples/webgl_physics_volume.html → examples/webgl_physics_ammo_volume.html