Daniel de Carvalho

Dan de Carvalho

About Me

Senior FX TD
EXPERTISE
VFX Artist
INDUSTRY
Film/TV

Connect

LOCATION
United Kingdom
WEBSITE

Houdini Skills

Availability

Not Specified

My Tutorials

obj-image Beginner
Realistic CG Dust

Recent Forum Posts

Set world transform on channel Aug. 10, 2018, 5:18 a.m.

If you're trying to access the world coordinates of an object then see this thread:
https://www.sidefx.com/forum/topic/22768/?page=1#post-255947 [www.sidefx.com]

Not sure if this helps

Extract Transforms from objects parent July 31, 2018, 9:26 a.m.

For clarification, if anyone doesn't understand what indexing is:

tx parm: vtorigin(“”,“/obj/mycam”)…'then 0 in square brackets'
ty parm: vtorigin(“”,“/obj/mycam”)…'then 1 in square brackets'
tz parm: vtorigin(“”,“/obj/mycam”)…'then 2 in square brackets'

rx parm: vrorigin(“”,“/obj/mycam”)…'then 0 in square brackets'
ry parm: vrorigin(“”,“/obj/mycam”)…'then 1 in square brackets'
rz parm: vrorigin(“”,“/obj/mycam”)…'then 2 in square brackets'

Side note: don't copy and paste code from a browser as the quotation marks can sometimes not be translated over correctly which will give you errors even though the code snipet may ‘look’ the same.