From e5aadb04152241e320d9f12f82d1f650bf286952 Mon Sep 17 00:00:00 2001 From: diarmidmackenzie Date: Mon, 20 Nov 2023 15:07:48 +0000 Subject: [PATCH] Remove non-existent properties for HTML --- examples/ammo/sandbox.html | 4 ++-- examples/ammo/zero-g.html | 4 ++-- examples/cannon-worker/sandbox.html | 4 ++-- examples/cannon/sandbox.html | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/ammo/sandbox.html b/examples/ammo/sandbox.html index b221b04..72e5c6d 100644 --- a/examples/ammo/sandbox.html +++ b/examples/ammo/sandbox.html @@ -97,7 +97,7 @@ color="green" shadow bounce - ammo-body="type: kinematic; addCollideEventListener: true; disableCollision: true;" + ammo-body="type: kinematic; disableCollision: true;" ammo-shape="type: cone;" ammo-constraint="target: #target;" > @@ -117,7 +117,7 @@ scale="0.5 0.5 0.5" color="blue" shadow - ammo-body="addCollideEventListener: false;" + ammo-body ammo-shape > @@ -117,7 +117,7 @@ scale="0.5 0.5 0.5" color="blue" shadow - ammo-body="addCollideEventListener: false;activationState: disableDeactivation" + ammo-body="activationState: disableDeactivation" ammo-shape > - + - + diff --git a/examples/cannon/sandbox.html b/examples/cannon/sandbox.html index 68a4ec3..96af8e3 100644 --- a/examples/cannon/sandbox.html +++ b/examples/cannon/sandbox.html @@ -46,9 +46,9 @@ - + - +