3DS MAX -particle morphing ,material,rendering(720p)

Описание к видео 3DS MAX -particle morphing ,material,rendering(720p)

an update for my tutorial on morph particle in particle flow you will learn :
how to morph particle
how to align particles to geometry surface
how to map texture on particles
like ,and subscribe:-)
copy and paste this script in the sript editor:

on ChannelsUsed pCont do
(
pCont.usePosition = true
pCont.useVector = true
)

on Init pCont do
(

)

on Proceed pCont do
(

if currenttime == 0 then
(
count = pCont.NumParticles()
for i = 1 to count do
(
pCont.particleIndex = i
pcont.particlevector = pcont.particlePosition
)
)

)

on Release pCont do
(


)

Комментарии

Информация по комментариям в разработке