From 933a8adb2ba1f1129049bdefc517fbbbf145c7f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Santisi?= Date: Tue, 7 May 2024 17:46:24 +0000 Subject: [PATCH] Copyright mark --- js/windcone.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/windcone.js b/js/windcone.js index c628bee..d61392a 100644 --- a/js/windcone.js +++ b/js/windcone.js @@ -1,3 +1,5 @@ +/* Copyright (C) 2024 Sebastián Santisi , CSC-CONICET */ +// Unused module, wind cone. var geometry = new THREE.CylinderGeometry(0.09, 0.03, 0.5, 10, 5, true); geometry = geometry.toNonIndexed(); var colors = new three.BufferAttribute(new Float32Array(geometry.attributes.position.array.length), 3);