About Store Forum Documentation Contact



Post Reply 
Multitexturing shader
Author Message
mystara Offline
Member

Post: #1
Multitexturing shader
Hey,

So I've spent many weeks writing a nice multitexturing shader to try and make my caves look a little less uniform when it comes to texturing.

I've finished the shader and it works well. However, I've only just discovered/realised that if I assign a shader to my cave, then no other effects (shadows, for example) seem to be applied (eg: http://www.esenthel.com/community/showth...r#pid21296)

Are there any other tricks I might be able to use? Writing all the code for, e.g. shadows is way beyond me.
08-05-2012 05:13 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Multitexturing shader
shadows will work if you make solid shader and use deferred renderer

forward renderer needs to have shadowing done inside the shader, I will need to add extra engine shader functionality that modifies your shader codes to include shadowing (added to the roadmap)
08-10-2012 02:22 PM
Find all posts by this user Quote this message in a reply
eLeMenCy Offline
Member

Post: #3
RE: Multitexturing shader
I do not seem to be able to access the link above - I get a permission error - is this normal?
08-10-2012 05:00 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Dwight Offline
Member

Post: #4
RE: Multitexturing shader
As you are not a licensed user, yes.
08-11-2012 12:28 PM
Find all posts by this user Quote this message in a reply
eLeMenCy Offline
Member

Post: #5
RE: Multitexturing shader
Aaaaaah, I wondered - fair enough - thanks smile
08-11-2012 01:07 PM
Visit this user's website Find all posts by this user Quote this message in a reply
mystara Offline
Member

Post: #6
RE: Multitexturing shader
Esenthel, thanks for that
08-12-2012 10:48 AM
Find all posts by this user Quote this message in a reply
Post Reply