Counter-Gradient

所属分类:游戏
开发工具:HLSL
文件大小:0KB
下载次数:0
上传日期:2023-12-19 05:19:11
上 传 者sh-1993
说明:  在Clickteam Fusion中使用计数器作为渐变条的替代。
(A replacement for using counters as gradient bars in Clickteam Fusion.)

文件列表:
CompileShader.bat
LICENSE
counter_gradient.fx
counter_gradient.hlsl
counter_gradient.xml

# Counter Gradient ## Purpose A replacement for using counters as gradient bars in Clickteam Fusion. ## Compiling: ### Requisites: FXC (apart of the [Windows SDK](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive/)) ### Windows: 1. Insert `FXC.exe` into the root directory or insert the path for FXC in line 11 of `CompileShader.bat` 2. Run `CompileShader.bat` 3. You should get a successful compilation message: ``` fxc.exe "funky_fisheye.hlsl" /nologo /WX /Ges /Qstrip_reflect /Qstrip_debug /Tps_4_0 /Eps_main /Fo"funky_fisheye.fxc" compilation object save succeeded; see ROOT\funky_fisheye.fxc fxc.exe "funky_fisheye.hlsl" /nologo /WX /Ges /Qstrip_reflect /Qstrip_debug /Tps_4_0 /Eps_main_pm /Fo"funky_fisheye.premultiplied.fxc" compilation object save succeeded; see ROOT\funky_fisheye.premultiplied.fxc . Shaders compiled ok ``` ## TODO - Android Support - MacOS Support - IOS Support

近期下载者

相关文件


收藏者