Nodo Mover¶
El nodo Mover permitirá mover una imagen.
Could also be used to add a 2D camera shake.
Entradas¶
- Imagen
Entrada de color estándar.
- X, Y
Used to move the input image horizontally and vertically.
Propiedades¶
- Relativo
Percentage translation values relative to the input image size.
- Ciclo
Repeat pixels on the other side when they extend over the image dimensions, making endless translating possible.
Ninguno, Eje X, Eje Y, Ambos ejes
- Filtro
Métodos de interpolación.
- Más cercano:
Sin interpolación, utiliza el píxel vecino más cercano.
- Bilineal:
Interpolación simple entre píxeles adyacentes.
- Bicúbico:
Interpolación de la más alta calidad.
Salidas¶
- Imagen
Salida de color estándar.