Nodo Interpolar curvas¶
Permitirá generar nuevas curvas en puntos, interpolando entre otras curvas ya existentes. Esto resultará útil para poder tener una cantidad pequeña de curvas originales que permitan su fácil edición y, a parir de ellas, generar una alta densidad de curvas en las vistas o en el procesamiento final.
Entradas¶
- Curvas guía
Curvas de base, con respecto a las cuales se interpolarán las nuevas curvas.
- Guía hacia arriba
Optional up vector that is typically a surface normal. Supplying an up vector will improve the quality of the interpolation, making it aware of the surface shape which it otherwise wouldn’t have a way to know about.
Truco
In a typical «child hair» generation setup, this up direction is retrieved with a combination of the Nodo Muestrear superficie UV using the same geometry that the points were distributed on, and the Nodo Normal.
- ID grupo guías
Splits guides into separate groups. New curves interpolate existing curves from a single group. This input can be useful for generating hair parts by stopping curves in different sections (with different group IDs) from affecting each other.
- Puntos
The positions of the first root control points of the newly generated interpolated curves.
- Punto hacia arriba
Vector superior opcional, usualmente se tratará de la normal de una superficie.
- ID grupo puntos
El grupo de curvas en el que interpolar.
- Cercanas máx
Cantidad máxima de curvas guía cercanas que serán tomadas en cuenta para la interpolación.
Propiedades¶
Este nodo no contiene propiedades.
Salidas¶
- Curvas
Las curvas guía con curvas interpoladas.
- Identificador más cercana
Identificador de la curva guía más cercana para cada curva generada.
Nota
Internally this node mixes the data from multiple guide curves, with the maximum number of sources depending on the Max Neighbors input. This output is only the index of the curve with the largest weight.
- Influencia más cercana
Influencia de la curva guía más cercana para cada curva generada.