I have a geometry of a rectangle which I instanced using a circle SOP, everything fine so far, but I want each instance of the rectangles to point to the center of the circle.
Anyone who could point me to the right directions?
circleOfRectangles.tox (1.19 KB)
You can change the Rotate To Vector to the tx,ty,tz values and the Rotate Up to nx,ny,nz.
Point at center.tox (1.36 KB)
That’s a better solution, however the rectangle are still not pointing to the center of the circle.I created a drawing to illustrate the desire result
The rectangles are pointed towards the center, it’s just different faces than you want.
You just need to rotate them using the xform parameters like normal.
Point at center v2.tox (1.47 KB)
Thank you so much for the network. That was exactly what I needed.