|
@@ -144,8 +144,6 @@ async function OimoPhysics() {
|
|
|
|
|
|
if ( lastTime > 0 ) {
|
|
if ( lastTime > 0 ) {
|
|
|
|
|
|
- const delta = ( time - lastTime ) / 1000;
|
|
|
|
-
|
|
|
|
// console.time( 'world.step' );
|
|
// console.time( 'world.step' );
|
|
world.step( 1 / frameRate );
|
|
world.step( 1 / frameRate );
|
|
// console.timeEnd( 'world.step' );
|
|
// console.timeEnd( 'world.step' );
|