vikas Sharma
Vikas Sharma
About Me
EXPERTISE
VFX Artist
INDUSTRY
Advertising / Motion Graphics | Film/TV
Connect
LOCATION
Gorakhpur,
India
WEBSITE
Houdini Skills
ADVANCED
Digital Assets | Hair & Fur | Cloth | Solaris | Mantra | Karma | Lighting | Pyro FX | Fluids | Destruction FX | Realtime FX | VEX | Python
INTERMEDIATE
Procedural Modeling | Environments | Crowds | Muscles
BEGINNER
PDG
Availability
I am available for Contract Work
My Gallery
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);
}