www.jpct.net

jPCT-AE - a 3d engine for Android => Support => Topic started by: denzel on March 05, 2012, 10:01:00 am

Title: How to draw the shadow of a model
Post by: denzel on March 05, 2012, 10:01:00 am
How to draw the shadow of a model?
And the shadow should like in the real world when the model rotate/translation...
Or should I implement it with opengl-es manually?

Great appreciate for your reply.
 :)
Title: Re: How to draw the shadow of a model
Post by: EgonOlsen on March 05, 2012, 12:09:10 pm
There's no support for shadow mapping ATM. At least not fully implemented and i may take a while before it will. It's too much of a performance hit on current devices anyway IMHO. I suggest to use some fake shadows (aka. blob shadows) instead.