khotan Posted March 4, 2016 Posted March 4, 2016 Hello, There are tutorials with examples for shader ? I want to understand quite deep how it works on Leadwerks. Thanks ! Quote
SlipperyBrick Posted March 4, 2016 Posted March 4, 2016 One of the community has started a shader tutorial series. You can find it here on his Youtube. 1 Quote
Ma-Shell Posted March 4, 2016 Posted March 4, 2016 At the moment, community member Rastar is gauging interest for shader programming and eventually he may be doing a kickstarter for a tutorial series. Maybe that is something for you: http://www.leadwerks.com/werkspace/topic/14291-gauging-interest-shader-programming-in-leadwerks/ Also take a look at his blog, which explains some concepts of the various types of shaders: http://www.leadwerks.com/werkspace/blog/117-rendering-puzzles/ In general you can basically take any tutorial on GLSL shader programming out there, but keep in mind that Leadwerks is a deferred renderer and thus doesn't perform lighting calculations in the fragment shader, but instead has multiple output buffers. Quote
khotan Posted March 4, 2016 Author Posted March 4, 2016 Great ! thank you all ! I will go to learn more on this. 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.