moveAlongCurve method
dynamic
moveAlongCurve(
- dynamic amount
Implementation
moveAlongCurve(amount) {
this.uniforms["pathOffset"]["value"] += amount;
}
moveAlongCurve(amount) {
this.uniforms["pathOffset"]["value"] += amount;
}