var constant = helpersArray[index].position.x;
this.clipPlanes[index].constant = constant;
Is that the correct way ?
I’ll also try using the translate.
var constant = helpersArray[index].position.x;
this.clipPlanes[index].constant = constant;
Is that the correct way ?
I’ll also try using the translate.