Create a forward vector from H and P (math help)

It’s possible to do the same without NodePath:

q = Quat()
q.setHpr((180, 0, 0))
print(q.getForward())
1 Like