armory/blender/arm/logicnode/math
E1e5en 6116c665c4 Modifying the Screen To World Space node
Modifying the Screen To World Space node

Input parameters:
- Screen X - value of screen coordinates along the X axis (data type Int);
- Screen Y - the value of the screen coordinates along the Y axis (data type Int).

Options:
- Separator Out - whether or not to separate the output parameters (vectors) into components (XYZ).

Output parameters:
- World - coordinates of a point in 3D space (Vector data type)
- Direction - normalized direction vector from the camera towards the point/cursor indication (data type Vector).
- X, Y, Z - components of the corresponding vectors (data type Float).
2020-10-13 20:50:30 +03:00
..
__init__.py Ensure correct node section order 2020-09-09 15:18:48 +02:00
LN_compare.py improve-ln-descriptions 2020-10-05 14:55:56 -03:00
LN_deg_to_rad.py improve-ln-descriptions 2020-10-05 14:55:56 -03:00
LN_math.py improve-ln-descriptions 2020-10-05 14:55:56 -03:00
LN_matrix_math.py improve-ln-descriptions 2020-10-05 14:55:56 -03:00
LN_mix.py improve-ln-descriptions 2020-10-05 14:55:56 -03:00
LN_mix_vector.py improve-ln-descriptions 2020-10-05 14:55:56 -03:00
LN_rad_to_deg.py improve-ln-descriptions 2020-10-05 14:55:56 -03:00
LN_screen_to_world_space.py Modifying the Screen To World Space node 2020-10-13 20:50:30 +03:00
LN_separate_rgb.py improve-ln-descriptions 2020-10-05 14:55:56 -03:00
LN_separate_xyz.py improve-ln-descriptions 2020-10-05 14:55:56 -03:00
LN_vector_clamp_to_size.py improve-ln-descriptions 2020-10-05 14:55:56 -03:00
LN_vector_math.py improve-ln-descriptions 2020-10-05 14:55:56 -03:00
LN_world_to_screen_space.py improve-ln-descriptions 2020-10-05 14:55:56 -03:00