attaching a grid emitter to a null
I’m trying to create an orbiting emitter. So I have a null1 at 960,540,0 that rotates around the y axis. I have another null2 that is offset from here and parented to null1, so it orbits around null1. Now, the question is how do I attach a grid emitter position to the orbiting null?
thanks
1 Answers
Hi, you can have an expression, to get the world position of that null, and then link the grid to it, if you’re comfortable with expressions do the following –
Add a 3d expression control on null2 and add the toWorld expression : layer(“null2”).toWorld([0,0,0]) and then link the Grid origin to it.
Your Answer