Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
constructor(parent) {
super(parent, new BezierMesh())
this.radius = 0.01
this.opacity = 1
this.color = 0xffffff
this.dashArray = [0, 0]
this.dashOffset = 0
}