You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
394 B
22 lines
394 B
5 years ago
|
vs.1.1
|
||
|
|
||
|
# DYNAMIC: "DOWATERFOG" "0..1"
|
||
|
# DYNAMIC: "SKINNING" "0..1"
|
||
|
|
||
|
#include "macros.vsh"
|
||
|
|
||
|
&AllocateRegister( \$worldPos );
|
||
|
&SkinPosition( $worldPos );
|
||
|
|
||
|
; Transform the position from world to view space
|
||
|
dp4 oPos.x, $worldPos, $cViewProj0
|
||
|
dp4 oPos.y, $worldPos, $cViewProj1
|
||
|
dp4 oPos.z, $worldPos, $cViewProj2
|
||
|
dp4 oPos.w, $worldPos, $cViewProj3
|
||
|
|
||
|
&FreeRegister( \$worldPos );
|
||
|
|
||
|
mov oD0, $cOne
|
||
|
|
||
|
|