About Store Forum Documentation Contact



Post Reply 
Draw shadow with opacity
Author Message
Houge Offline
Member

Post: #1
Draw shadow with opacity
Hi!

Mesh can be awesomly drawn with opacity using
Code:
void Mesh::drawBlend(C AnimatedSkeleton &anim_skel, C Vec4 *color)
Can you please add Vec4 *color to drawShadow too?
Because if we draw a semi-transparent mesh (with alpha 128), full color shadow looks bad, it aldo needs the same amount of opacity.
02-06-2015 06:53 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Houge Offline
Member

Post: #2
RE: Draw shadow with opacity
No luck?
03-02-2015 05:42 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #3
RE: Draw shadow with opacity
Hi!

Shadows work in a different way, that would require adding lots of new functionality to the shadow map system, adding new render target, new shaders, etc. it's not that simple wink
03-02-2015 11:15 PM
Find all posts by this user Quote this message in a reply
Houge Offline
Member

Post: #4
RE: Draw shadow with opacity
Thank you for clarification, i see now smile
03-03-2015 05:45 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply