Skip to content

Commit

Permalink
Merge pull request #3 from stillwater-sc/multicanvas
Browse files Browse the repository at this point in the history
fixing size of animation
  • Loading branch information
Ravenwater authored Aug 30, 2023
2 parents 4aeb4a4 + 42ab34d commit 27a944c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/dfa/cst-timehorizon.js
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ function nextAnimationFrame(){

if (geometry.getAttribute('wavefront').array[i] == count) {

attributes.size.array[i] = 28;
attributes.size.array[i] = 14;

attributes.ca.array[i * 3] = 0.3;
attributes.ca.array[i * 3 + 1] = 1;
Expand Down

0 comments on commit 27a944c

Please sign in to comment.