mirror of
https://github.com/SWG-Source/clientdata_OLD.git
synced 2026-07-14 00:01:59 -04:00
16 lines
424 B
SQL
Executable File
16 lines
424 B
SQL
Executable File
// ======================================================================
|
|
// inputs:
|
|
//
|
|
// none
|
|
//
|
|
// outputs:
|
|
//
|
|
// oPos = vertex in projection space
|
|
//
|
|
// ======================================================================
|
|
|
|
// ----------------------------------------------------------------------
|
|
// transform vertex to projection space
|
|
|
|
m4x4 oPos, vPosition, cObjectWorldCameraProjectionMatrix
|