Copyright mark

main
Sebastián Santisi 12 months ago
parent eb37810b4b
commit 933a8adb2b

@ -1,3 +1,5 @@
/* Copyright (C) 2024 Sebastián Santisi <ssantisi@fi.uba.ar>, 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);

Loading…
Cancel
Save