Skip to content

Screen Position

Leopold A-C edited this page Feb 4, 2021 · 10 revisions

Category: Scene > Camera

Description

Calculates the position of an object or Vector(x, y, z) on screen.

Inputs

Object / Vector 3

  • Extracts object's position (which is a vec3) automatically, so both are working fine.

Camera

  • Screen position is calculated only from this camera. This may be linked to the Active Camera node.

Outputs

Screen X

  • The X position (left to right) of the object.

Screen Y

  • The Y position (top to bottom) of the object.