From a0a27e8938c06008581361866f06373160cc86f0 Mon Sep 17 00:00:00 2001 From: "Mr.doob" Date: Sat, 29 Feb 2020 12:25:41 -0800 Subject: [PATCH] Examples: Renamed physics examples (again). --- examples/files.js | 10 +++++----- ...physics_ammo_break.html => physics_ammo_break.html} | 0 ...physics_ammo_cloth.html => physics_ammo_cloth.html} | 0 ...l_physics_ammo_rope.html => physics_ammo_rope.html} | 0 ...ics_ammo_terrain.html => physics_ammo_terrain.html} | 0 ...ysics_ammo_volume.html => physics_ammo_volume.html} | 0 6 files changed, 5 insertions(+), 5 deletions(-) rename examples/{webgl_physics_ammo_break.html => physics_ammo_break.html} (100%) rename examples/{webgl_physics_ammo_cloth.html => physics_ammo_cloth.html} (100%) rename examples/{webgl_physics_ammo_rope.html => physics_ammo_rope.html} (100%) rename examples/{webgl_physics_ammo_terrain.html => physics_ammo_terrain.html} (100%) rename examples/{webgl_physics_ammo_volume.html => physics_ammo_volume.html} (100%) diff --git a/examples/files.js b/examples/files.js index 0bd0ceaf3a..7c1a99113b 100644 --- a/examples/files.js +++ b/examples/files.js @@ -338,11 +338,11 @@ var files = { "webxr_vr_video" ], "physics": [ - "webgl_physics_ammo_break", - "webgl_physics_ammo_cloth", - "webgl_physics_ammo_rope", - "webgl_physics_ammo_terrain", - "webgl_physics_ammo_volume" + "physics_ammo_break", + "physics_ammo_cloth", + "physics_ammo_rope", + "physics_ammo_terrain", + "physics_ammo_volume" ], "misc": [ "misc_animation_authoring", diff --git a/examples/webgl_physics_ammo_break.html b/examples/physics_ammo_break.html similarity index 100% rename from examples/webgl_physics_ammo_break.html rename to examples/physics_ammo_break.html diff --git a/examples/webgl_physics_ammo_cloth.html b/examples/physics_ammo_cloth.html similarity index 100% rename from examples/webgl_physics_ammo_cloth.html rename to examples/physics_ammo_cloth.html diff --git a/examples/webgl_physics_ammo_rope.html b/examples/physics_ammo_rope.html similarity index 100% rename from examples/webgl_physics_ammo_rope.html rename to examples/physics_ammo_rope.html diff --git a/examples/webgl_physics_ammo_terrain.html b/examples/physics_ammo_terrain.html similarity index 100% rename from examples/webgl_physics_ammo_terrain.html rename to examples/physics_ammo_terrain.html diff --git a/examples/webgl_physics_ammo_volume.html b/examples/physics_ammo_volume.html similarity index 100% rename from examples/webgl_physics_ammo_volume.html rename to examples/physics_ammo_volume.html -- GitLab