This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
Pixel-Composer
Watch
1
Star
0
Fork
You've already forked Pixel-Composer
0
mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced
2024-12-26 15:06:22 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
c8a8c944d1
Pixel-Composer
/
shaders
/
sh_d3d_wireframe
/
sh_d3d_wireframe.fsh
7 lines
99 B
Text
Raw
Normal View
History
Unescape
Escape
3d system init
2023-08-14 19:22:04 +02:00
varying vec4 v_vColour;
3D light, SDF fixes
2023-11-15 02:35:30 +01:00
uniform vec4 blend;
3d system init
2023-08-14 19:22:04 +02:00
void main() {
3D light, SDF fixes
2023-11-15 02:35:30 +01:00
gl_FragColor = v_vColour * blend;
3d system init
2023-08-14 19:22:04 +02:00
}
Reference in a new issue
Copy permalink