找回密码
 register

QQ登录

只需一步,快速开始

查看: 119|回复: 0

[游戏教程] 风雷万钧 特效泛白的问题

[复制链接]

[游戏教程] 风雷万钧 特效泛白的问题

[复制链接]
  • 打卡等级:热心大叔
  • 打卡总天数:96
  • 打卡月天数:19
  • 打卡总奖励:96
  • 最近打卡:2025-01-21 11:07:55
Waylee

主题

0

回帖

1万

积分

仙帝

积分
12400
Waylee 2024-5-29 10:24 | 显示全部楼层 |阅读模式

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

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

×
存在问题的特效

material buff_TM_风雷万钧_02 : Mtl_Particle
{
        set_texture_alias <baseTexture> png_effect510_0122.dds
        technique
        {
                pass
                {
                        cull_hardware none
                }
        }
}


原来:
material Mtl_Particle
{
        technique
        {
                pass
                {
                        ambient 0 0 0 1
                        diffuse 0 0 0 1
                        lighting off
                        scene_blend add
                        depth_write off
                        cull_hardware none
                        fog_override true none

                        texture_unit
                        {
                                texture <baseTex>.jpg
                                texture_alias <baseTexture>
                        }
                }
        }
}


改成使用这个:
material Mtl_Particle_Skill
{
        technique
        {
                pass
                {
                        ambient 0 0 0 1
                        diffuse 0 0 0 1
                        scene_blend add
                        depth_write off
                        fog_override true none

                        texture_unit
                        {
                                texture <baseTex>.jpg
                                texture_alias <baseTexture>
                        }
                }
        }
}


两者差别:

lighting off
cull_hardware none




您需要登录后才可以回帖 登录 | register

本版积分规则

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

GMT+8, 2025-1-21 12:17 , Processed in 0.098078 second(s), 8 queries , Redis On.

Powered by XueWu Licensed

Copyright © Tencent Cloud.

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