Author Topic: How to draw the shadow of a model  (Read 2295 times)

Offline denzel

  • byte
  • *
  • Posts: 22
    • View Profile
How to draw the shadow of a model
« 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.
 :)
« Last Edit: March 05, 2012, 10:02:42 am by denzel »

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: How to draw the shadow of a model
« Reply #1 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.