⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 texture.cfg

📁 大型多人在线游戏开发,该书光盘上附带的源码
💻 CFG
字号:
# [TextureName]                   // The texture name is used as the INI section
# File=FileName                   // Either a file can be specified to load the texture
# Effect=Glow(size,exposure)      // Or an effect can be specified to calculate it
# Alpha=255                       // The alpha component can be set explicitly for the texture
# AlphaMapx=R,G,B,A               // Or specific alpha values can be set for any RGB color
# AlphaFunc=Expose((R+G+B)/3,5)   // Or an alpha func can be specified using a logical expression

[Font]
File=Font.jpg
AlphaMap1=0,0,0,0

[Test]
File=Test.jpg
AlphaFunc=Smoothstep(0,1,(R+G+B)/3)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -