Kym watts

Kym Watts

About Me

Snr Pipeline TD @ Gurustudio in Toronto
専門知識
Developer
INDUSTRY
Film/TV

Connect

LOCATION
Canada
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

point order of a sop box 2024年1月16日11:04

Thanks, I completely forgot that that is an option.

point order of a sop box 2024年1月16日10:46

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 2023年12月2日16:25

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.