unlitgeneric_envmap.vsh

来自「hl2 source code. Do not use it illegal.」· VSH 代码 · 共 12 行

VSH
12
字号
vs.1.1

#include "UnlitGeneric_inc.vsh"

$detail = 0;
$envmap = 1;
$envmapcameraspace = 0;
$envmapsphere = 0;
$vertexcolor = 0;

&UnlitGeneric( $detail, $envmap, $envmapcameraspace, $envmapsphere, $vertexcolor );

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?