mirror of
https://bitbucket.org/theswgsource/clientdata-1.2.git
synced 2026-07-14 00:03:40 -04:00
14 lines
309 B
PHP
Executable File
14 lines
309 B
PHP
Executable File
// ======================================================================
|
|
// inputs:
|
|
//
|
|
// r7 = cell/ambient lighting
|
|
//
|
|
// outputs:
|
|
//
|
|
// oD0 = diffuse light
|
|
//
|
|
// ======================================================================
|
|
|
|
mul oD0.rgb, r7, vColor0
|
|
mov oD0.a, vColor0
|