Skip to content

Commit

Permalink
JoltPhysics: Update to latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Apr 24, 2024
1 parent 70c132c commit 0adce30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/jsm/physics/JoltPhysics.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Clock, Vector3, Quaternion, Matrix4 } from 'three';

const JOLT_PATH = 'https://cdn.jsdelivr.net/npm/jolt-physics@0.20.0/dist/jolt-physics.wasm-compat.js';
const JOLT_PATH = 'https://cdn.jsdelivr.net/npm/jolt-physics@0.23.0/dist/jolt-physics.wasm-compat.js';

const frameRate = 60;

Expand Down

0 comments on commit 0adce30

Please sign in to comment.