Tagged Questions
4
votes
1answer
328 views
Need help implementing shadows on platform with limited feature set
I am writing a game that very much relies on real-time shadowing and would like to implement shadow volumes. I was thinking of doing shadow mapping, but the platform I am using is Molehill/Stage3D and ...