PDA

View Full Version : particles to adopt the color / texture of the emitter ?


Adrian Lazar
08-07-2008, 08:27 AM
Hi guys!

Is there a way to make a particle inherit the colour of the emitting object? Or to texture a particle system?

What I need to do is to make an box disintegrate (very similar to: http://community.softimage.com/showthread.php?t=1794 ) but the box has a texture so the particles that are flying away from the box must inherit the texture. I don't think that's possible to texture a particle system but maybe I can do something similar to the way you texture hair (transferring a texture map from the emitter to the hair)

Any ideas?
Thanks

rconover
08-22-2008, 05:39 PM
Yup you can do it.
Read up in the docs on the texture map property amd mappable parameters.
In v7 there maybe other methods-you haven't said which version you are using.

Ronald
08-23-2008, 09:09 AM
In ICE, create a Texture Map property (Model > Get > Property > Texture Map)

Then connect a Get Texture Map Color node into a Set Particle Color node then connect the Set Particle Color node into the Execute on Emit port of Emit from Surface.


- Ronald

Adrian Lazar
08-23-2008, 07:26 PM
Thanks guys! I'm stuck with 6.5 for this project.

Ronald
08-25-2008, 09:48 AM
There actually is a way in the old particles. In the Emission property of your cloud, go to the Emission tab. At the bottom you will see a MapColor option. Check this option and press on the widget at the right to connect the color to your texture map.

.. Ronald