Вузол «Оберт Вектора» – Vector Rotate Node#

Вузол «Оберт Вектора» -- Vector Rotate.

The Vector Rotate Node provides the ability to rotate a vector around a pivot point (Center).

Inputs – Уводи#

Vector – Вектор

Вектор, який буде обертатися.

Center – Центр

Точка, навколо якої буде обертання.

Axis – Вісь

Axis to rotate around.

Angle – Кут

Angle to rotate the input vector by.

Rotation – Обертання

When Type is set to Euler, rotate the input vector by these angles around the X, Y, then Z axes in that order.

Properties – Властивості#

Type – Тип

The type of angle input.

Вісь X/Y/Z – X/Y/Z Axis:

Обертає вектор навколо визначеної осі та на величину обертання, визначену уводом Angle.

Axis Angle – Вісь-Кут:

Rotates the vector around an arbitrary axis defined by the Axis input vector. The amount of rotation is defined by the Angle input.

Euler – Ейлер:

Rotates the vector about a center point defined by the Center input vector. The amount of rotation on each axis is defined by the Rotation input vector.

Invert – Інверт

Інвертує кут обертання.

Outputs – Виводи#

Vector – Вектор

Обернений вектор.

Examples – Приклади#

../../../../_images/render_shader-nodes_vector_vector-rotate_example.png

Vector Rotate node example.#