Tiling.material
资源名称:3dwind2.0.rar [点击查看]
上传用户:xhbjoy
上传日期:2014-10-07
资源大小:38068k
文件大小:1k
源码类别:
游戏引擎
开发平台:
Visual C++
- fragment_program Ogre/Compositor/TilingFP cg
- {
- source TilingFP.cg
- entry_point Tiling_ps
- profiles ps_2_0 arbfp1
- }
- material Ogre/Compositor/Tiling
- {
- technique
- {
- pass
- {
- cull_hardware none
- cull_software none
- depth_func always_pass
- vertex_program_ref Ogre/Compositor/StdQuad_Tex2a_vp
- {
- }
- //DirectX 9.0 HLSL Pixel Shader ps_2_0
- fragment_program_ref Ogre/Compositor/TilingFP
- {
- param_named NumTiles float 75.0
- param_named Threshhold float 0.15
- }
- texture_unit RT
- {
- tex_coord_set 0
- tex_address_mode clamp
- filtering trilinear
- }
- }
- }
- }