Navjit Gill
Navjit Gill
About Me
Connect
LOCATION
Not Specified
WEBSITE
Houdini Skills
Availability
Not Specified
Recent Forum Posts
creating a sphere prim and setting its radius July 17, 2017, 6:15 p.m.
Have another question,
Can I use the same setprimintrinsic function to set other parameters?
Say it was a circle I created and want to change the “Orientation” or "Arc type parameters?
Can I use the same setprimintrinsic function to set other parameters?
Say it was a circle I created and want to change the “Orientation” or "Arc type parameters?
creating a sphere prim and setting its radius July 17, 2017, 6:03 p.m.
That worked beautifully and makes sense. Thank you!
creating a sphere prim and setting its radius July 17, 2017, 4:40 p.m.
Trying to create a point, create a sphere at that point, then setting the radius
in point wrangle;
int centerPT = addpoint(0,origin);
int centerSphere = addprim(0,“sphere”);
now how do I set the radius?
in point wrangle;
int centerPT = addpoint(0,origin);
int centerSphere = addprim(0,“sphere”);
now how do I set the radius?