找回密码
 register

QQ登录

只需一步,快速开始

查看: 483|回复: 1

[游戏教程] 玄武岛·镜 水是白色的问题修复记录

[复制链接]

[游戏教程] 玄武岛·镜 水是白色的问题修复记录

[复制链接]
  • 打卡等级:热心大叔
  • 打卡总天数:94
  • 打卡月天数:17
  • 打卡总奖励:94
  • 最近打卡:2025-01-18 01:28:20
Waylee

主题

0

回帖

1万

积分

仙帝

积分
12365
Waylee 2023-7-1 23:39 | 显示全部楼层 |阅读模式

马上注册,查看网站隐藏内容!!

您需要 登录 才可以下载或查看,没有账号?register

×
文章编辑人员:雪舞
内容测试时间:2023-7-1 23:39:28

问题截图:
玄武镜水很白的问题.jpg
错误代码:
material shader_water_mirror
{
        technique WaterFog
        {
                //scheme WaterFog
                // render fog under water
                pass
                {
                        depth_write off
                        //scene_blend alpha_blend
                        separate_scene_blend src_alpha one_minus_src_alpha zero zero
                        
                        vertex_program_ref Water/water_Fog_mirror/VS
                        {
                        }
                        fragment_program_ref Water/water_Fog_mirror/PS
                        {
                        }
                        texture_unit DepthTex
                        {
                                tex_address_mode clamp
                                filtering none
                                content_type compositor SceneRender depth_buffer
                        }
                }
        }

        technique Effect
        {        
                pass
                {
                        depth_write off
                        //fog_override true none
                        vertex_program_ref Water/water_MirrorReflectionReraction/VS
                        {
                        }
                        fragment_program_ref Water/water_MirrorReflectionReraction/PS
                        {
                        }

                        texture_unit
                        {
                                texture oceanwaves.dds 2d
                                filtering trilinear
                        }
                        texture_unit
                        {
                                texture ReflectTexInput
                                filtering trilinear
                        }
                        texture_unit RefractTex
                        {
                                tex_address_mode clamp
                                filtering none
                                content_type compositor SceneRender scene_buffer
                        }
                }
        }
}


正确代码:
material shader_water_mirror
{
          technique
        {
                pass
                {
                        ambient 0.588235 0.588235 0.588235 1
                        diffuse 0.588235 0.588235 0.588235 1
                        specular 0.9 0.9 0.9 20
                        scene_blend alpha_blend
                        depth_check on
                        depth_write off        
                        texture_unit
                        {
                                anim_texture jpg_海湖水蓝.dds 20 2                                
                        }
                        texture_unit
                        {
                                texture water_depth.tga 1d
                                colour_op_ex source1 src_current src_texture
                                colour_op_multipass_fallback one zero
                                alpha_op_ex modulate src_current src_texture
                                tex_coord_set 1
                                tex_address_mode clamp
                                filtering none none none
                        }
                }
        }
}




  • 打卡等级:热心大叔
  • 打卡总天数:94
  • 打卡月天数:17
  • 打卡总奖励:94
  • 最近打卡:2025-01-18 01:28:20
楼主
Waylee 楼主

主题

0

回帖

1万

积分

仙帝

积分
12365
Waylee 2023-7-12 01:12 | 显示全部楼层
宿灵渊也有类似问题,如果忘记添加
  <Object type="Effect">
    <Property name="effect name" value="cj_heshuiB"/>
    <Property name="position" value="11901.7 -1034.21 -664.855"/>
    <Property name="orientation" value="0.584704 0 0.811239 0"/>
    <Property name="scale" value="0.552288 0.552288 0.552288"/>
  </Object>
这几个也会白色
您需要登录后才可以回帖 登录 | register

本版积分规则

雪舞知识库 | 浙ICP备15015590号-1 | 萌ICP备20232229号|浙公网安备33048102000118号 |天天打卡

GMT+8, 2025-1-20 10:52 , Processed in 0.129593 second(s), 10 queries , Redis On.

Powered by XueWu Licensed

Copyright © Tencent Cloud.

快速回复 返回顶部 返回列表