So, I want to track a location, specifically, an object ends, and the way I have tried is to use xform, in which creating a xform at the object end and track the location.
And, I tried this API. It did worked out in parallel environment, but only for CPU, not GPU because of this issues I guess. (xform issues)
I am wondering is there any way I can track object ends in parallel environment using GPU?
Thank you.