I don’t wish to use any matrix maths as too costly, vector maths is fine though.
Any ideas?
Edit: I know it’s object world position + polygon point object position.
Can get the world position by:
object.matrixWorld.multiplyVector3(someWorldPositionVectorVariable);
Does that command use matrix stuff?
And how to get the polygon points local to the object?