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  | Mantra  | Karma  | Lighting  | Pyro FX  | Fluids  | Destruction FX  | Realtime FX
INTERMEDIATE
Environments  | Hair & Fur  | Cloth  | Crowds  | Muscles  | Solaris  | VEX  | Python
BEGINNER
Procedural Modeling  | PDG

Availability

I am currently employed at Australia

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.

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);
}