0

Ok I have a plane tracker where I manipulate the position via screen pan but also want to set the position of the plane with screen tap. You cant have multiple nodes set the position of an object, so I have a null object as the child of the plane tracker.

enter image description here

Because I move the plane tracker with screen tap and the null object with screen pan, I need to reset the null object to (0,0,0) every time I screen tap, else the null object's local position is way off. I tried doing that with a pulse, but it does not work:

enter image description here

Is there a way to have a plane tracker's position set with screen pan AND screen tap?

Jonathan Leffler
  • 730,956
  • 141
  • 904
  • 1,278
blue
  • 7,175
  • 16
  • 81
  • 179

1 Answers1

0

You don't need any nullObject here! Just use this graph to get pan/tap at the same time.

GRAPH

lisichka ggg
  • 563
  • 3
  • 15