A function defined in PEd_Vec3.gml
PEd_Vec3Project(_vector, _screen, _world, _view, _projection)
Projects the vector from world space into screen space.
Name | Type | Description |
---|---|---|
_vector | Array |
The vector. |
_screen | Array |
The screen size. |
_world | Array |
The world matrix. |
_view | Array |
The view matrix. |
_projection | Array |
The projection matrix. |
Array
The projected vector.
Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.