upd
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2023-08-02 00:37:44 +10:00
parent 61d1e9f16e
commit 781a0a0391

View File

@ -25,6 +25,8 @@ const material2 = new THREE.LineBasicMaterial( { color: 0x0000ff } );
const geometry2 = new THREE.BufferGeometry().setFromPoints( points );
const line = new THREE.Line( geometry2, material2 );
scene.add( line );
function animate() {
requestAnimationFrame( animate );
renderer.render( scene, camera );