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