/////////////////////////////////////////////////////////////////////////////// // // ## ###### // ###### ### // ## ############### Shark 3D Engine (www.shark3d.com) // ########## # # # // ######## Copyright (c) 1996-2006 Spinor GmbH. // ######### # # # All rights reserved. // ## ########## // ## // /////////////////////////////////////////////////////////////////////////////// d3d9 { hlsl_vertshader { code_variant_array { profile "2x0" entry_point "main" code "levelutil/shader/prog/d3d9_hlsl/" & "gtp_caustic_recieve_d3d9_hlsl_vs2x0.s3d_shadercode_run" } tracking { codevar "matProj" slot 0 chan "proj" trans "identity" } { codevar "matView" slot 0 chan "view" trans "identity" } param_array { src_progvar "lastCenter" dest_codevar "last_Center" type "float4" } { src_progvar "worldMat" dest_codevar "worldMat" type "float4x4" } } hlsl_pixshader { code_variant_array { profile "2x0" entry_point "main" code "levelutil/shader/prog/d3d9_hlsl/" & "gtp_caustic_recieve_d3d9_hlsl_ps2x0.s3d_shadercode_run" } } }