;---------------------------------------------------------------- ; Heightmap_Wire.NVP ; A pixel shader for drawing the heightmap in wireframe ; ; TimS April 18 2003 ;---------------------------------------------------------------- ps.1.1 ; Declare pixel shader version ; the register value is now being initialized with SetPixelShaderConstant ; in order to allow the user the choice of render colors ; def c1, 1.0f, 1.0f, 1.0f, 0.50f ; mov r0, c1