Umang Raj
Umang_Raj
About Me
専門知識
Hobbyist
Connect
LOCATION
Khagaria,
India
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
Sequential point processing in a wrangle vs parallel process 2025年11月2日11:09
On the attribute wrangle node, right click, click on allow editing on contents, then jump inside, click on the core node inside, below you will see an enable multithreading button, you can turn that off, then you will have almost sequential evaluation.
but as mister slanic said, you won't be able to access previous iteration data like this, to do that you will have to build a for loop kernel on yourself in detail mode and manage the processed element data.
but as mister slanic said, you won't be able to access previous iteration data like this, to do that you will have to build a for loop kernel on yourself in detail mode and manage the processed element data.
Welcome 2025年10月3日22:08
Can we use different languages for the tutorials? such as Hindi? And also, will teaching about houdini to cryengine come into the gamedev tutorials category, and will hdk come into the pipeline category?
Thank you
Thank you
one pixel wide dark line in Copernicus 2025年9月8日9:24
Pixel space coords starts with 0, 0 to 1023 is equivalent to 1 to 1024, that blue line is just the data window padding, you can ignore that.