vikas Sharma
vikas Sharma
About Me
Expertise
VFX Artist
Location
India
Website
Connect
Recent Forum Posts
need help for loding houdini asset in 3ds max 2021 July 20, 2020, 10:35 a.m.
hello all,
i build a simple hda for 3ds max 2021 but whenever i load this asset in 3ds max 2021 it crash.but same asset is working properly with maya 2020.
i build a simple hda for 3ds max 2021 but whenever i load this asset in 3ds max 2021 it crash.but same asset is working properly with maya 2020.
Array March 6, 2018, 8:38 a.m.
Plzz help…
I took a plane with 0-99 points and i want to invert direction of. Velocity randomly by taking point number
For this i used array to store point no.but its only storing one last no.
Float x_array;
For(i@c=0;@c<@numpt;c++)
{
X_array=rand(@ptnum);
}
I took a plane with 0-99 points and i want to invert direction of. Velocity randomly by taking point number
For this i used array to store point no.but its only storing one last no.
Float x_array;
For(i@c=0;@c<@numpt;c++)
{
X_array=rand(@ptnum);
}