hi
I have a referenced chunk
i want to translate the region center to a marker position
newregion = chunk.region
newCenter = chunk.transform.matrix.mulp( chunk.marker[0].position )
newregion.center = newCenter
chunk.region = newregion
the result is wrong. is it my code is wrong?
thanks