mirror of
https://github.com/Sheldan/canvas.git
synced 2026-04-04 16:55:37 +00:00
lowering stored points
This commit is contained in:
@@ -18,7 +18,7 @@ const config = {
|
|||||||
currentTime: 1710633600 // Sun Mar 17 2024 00:00:00 GMT+0000
|
currentTime: 1710633600 // Sun Mar 17 2024 00:00:00 GMT+0000
|
||||||
}
|
}
|
||||||
|
|
||||||
const maxPoints = 100_000;
|
const maxPoints = 50_000;
|
||||||
const scene = new THREE.Scene();
|
const scene = new THREE.Scene();
|
||||||
const container = document.getElementById( 'container' );
|
const container = document.getElementById( 'container' );
|
||||||
const currentTimeSpan = document.getElementById( 'currentTime' );
|
const currentTimeSpan = document.getElementById( 'currentTime' );
|
||||||
|
|||||||
Reference in New Issue
Block a user