Nodo Información de partículas¶
sólo en Cycles

The Particle Info node can be used in the material node tree for objects that are used as the instancing objects, when you use Object or Collection Render mode of a particle system.
This node gives access to the data of the particle that spawned the object instance. It can be useful to give some variation to a single material assigned to multiple instances of instancing object.
Nota
This node currently only supports parent particles. Info from child particles is not available.
Entradas¶
Este nodo no contiene entradas.
Propiedades¶
Este nodo no contiene propiedades.
Salidas¶
- Identificador
Index number of the particle (from 0 to number of particles).
- Aleatorio
A random per-particle value in the range from 0 to 1. It can for example be used in combination with a color ramp, to randomize the particle color.
- Edad
Edad de la partícula, expresada en fotogramas.
- Vida
Vida total de la partícula, expresada en fotogramas.
- Posición
Posición de la partícula.
- Tamaño
Tamaño de la partícula.
- Velocidad
Velocidad de la partícula.
- Velocidad angular
Velocidad angular de la partícula.