Constant Vec3d

In these Action Graph tutorials Action Graph Quickstart — Omniverse Extensions documentation (nvidia.com)

they show using the Constant Vec3d Node to read a prim position. I can’t seem to find this node in my action graph nodes?

It looks like a Vec3d is the same as Point3d. (ie, 3 values for xyz) I should be able to use this instead?

Yes! it works ;)

Correct. You can use Constant Double3. Thanks for confirming.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.