We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0634085 commit dd984b0Copy full SHA for dd984b0
src/components/js/cwaves.js
@@ -10,7 +10,7 @@ import {
10
SpriteMaterial,
11
Object3D,
12
Sprite,
13
- Math2
+ Math as Math2
14
} from 'three';
15
const SEPARATION = 100, AMOUNTX = 50, AMOUNTY = 50; // 圆点间隔、x轴方向个数、y轴方向个数
16
const waveStep = 0.04; // 波动速度
0 commit comments