Skip to content

Commit

Permalink
Update some benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson committed Aug 19, 2023
1 parent 648edf3 commit 7c56188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/run-benchmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const box = new THREE.Box3();
box.min.set( - 1, - 1, - 1 );
box.min.set( 1, 1, 1 );

const intersectGeometry = new THREE.TorusBufferGeometry( 5, 5, 100, 50 );
const intersectGeometry = new THREE.TorusBufferGeometry( 5, 5, 30, 10 );
const geomMat = new THREE.Matrix4().compose( new THREE.Vector3(), new THREE.Quaternion(), new THREE.Vector3( 0.1, 0.1, 0.1 ) );

const target1 = {};
Expand Down

0 comments on commit 7c56188

Please sign in to comment.