Kym watts

Kym Watts

About Me

Snr Pipeline TD @ Gurustudio in Toronto
EXPERTISE
Developer
INDUSTRY
Film/TV

Connect

LOCATION
Canada
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

point order of a sop box Jan. 16, 2024, 11:04 a.m.

Thanks, I completely forgot that that is an option.

point order of a sop box Jan. 16, 2024, 10:46 a.m.

Hi there,

im trying to make a visulization for the frustum of the usd camera, for debugging, I have found I can get the points that make up the camera frustum from : https://openusd.org/release/api/class_gf_frustum.html#a982cc1593684c0746fc929d6f544902d [openusd.org]

What im failing to figure out is what the point order is of the sop node for the box that im tryign to update the point order of.
It might also be a draw issue that im seeing.

Stage getting prim "Local to World Transform" with Python Dec. 2, 2023, 4:25 p.m.

I recommend this example from nvidia; https://docs.omniverse.nvidia.com/dev-guide/latest/programmer_ref/usd/transforms/get-world-transforms.html [docs.omniverse.nvidia.com]

You need to get an xformable object, then you can get the 'ComputeLocalToWorldTransform(time)' method. This example will also show you what else you can pull out of the xformable.

Cheers
Kym.