mirror of
https://bitbucket.org/theswgsource/clientdata-1.2.git
synced 2026-07-14 00:03:40 -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
|