3DS MAX -particle morphing ,material,rendering

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

learn how to morph particle in particle flow and you will learn how to map texture on particles too hope you like it
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
(


)

Комментарии

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