Passing a normalized vector 3 to a quat (SOLVED)

How would I pass a normalized vector 3 into a quaternion for a factory?

Not sure what you want here. I think you should probably pass in a vmath.quat() directly?

image
This is from an old forum post, but I dont understand what I am meant to pass the vector through as, the factory manual doesnt say anything about attributes

In your example image, it says nothing about a quaternion. It only mentions a “normalized vector” (I too interpret that as a vector3)

There is an example in the documentation for factory.create().

The example is small, but to the point. (we just call them go.property() but attribute is a common name for it in computer science)

Sorry for the late response, but this was what I was looking for thank you.