Particle morphing ,material and rendering in 3ds max

Particle morphing ,material and rendering in 3ds max

Tutorial posted almost 9 years ago

We will take a look at how to morph particles in particle flow and you will learn how to map texture on particles.

Tutorial

Script

Copy and paste this script in the script 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
(


)

Comments

wafelek wrote
wafelek
Great tutorial. Thanks
kuddus wrote
kuddus
хорошая работа
kuddus wrote
kuddus
хорошая работа
  • Views 1667
  • Likes 0
  • Comments 4

Share tutorial

Software:Category:Tags:
  • 3d tutorial
  • align particle to surface
  • 3ds max
  • particle flow tutorial
  • morphing effect
  • particle morphing
  • particle mapping
  • particle flow
  • particle
  • particle reassemble
  • 3dsmax particle flow
  • How To Morph Particle
  • 3dsmax particle
  • particle disolve
  • particle texturing
  • particle dispersion
  • align particle to normal
  • align particle to geomtry
Chat