Search found 4 matches
- Wed Sep 26, 2012 3:58 pm
- Forum: Support and Development
- Topic: Distorting image to form shadow on wall [fake perspective.]
- Replies: 6
- Views: 3376
Re: Distorting image to form shadow on wall [fake perspectiv
That did it! Thank you very much. I should have used it just like setCanvas ...silly me
- Wed Sep 26, 2012 3:54 pm
- Forum: Support and Development
- Topic: Distorting image to form shadow on wall [fake perspective.]
- Replies: 6
- Views: 3376
Re: Distorting image to form shadow on wall [fake perspectiv
You can use a scissor to define an area and draw into it, then use a new scissor to define a new area and draw into it and a last scissor to define a third area to draw into ^^ That is exactly what I want ! But if i setScissors then draw then setScissors and draw again.The very first draw area give...
- Wed Sep 26, 2012 3:06 pm
- Forum: Support and Development
- Topic: Distorting image to form shadow on wall [fake perspective.]
- Replies: 6
- Views: 3376
Re: Distorting image to form shadow on wall [fake perspectiv
How can I use 'scissors' method to create more than one independently drawable area on screen? It seems it can only define an ractangular area to draw on but that's it.I also tried using Quads but i don't know if i can skew them like images.
- Sat Sep 22, 2012 2:44 pm
- Forum: Support and Development
- Topic: Distorting image to form shadow on wall [fake perspective.]
- Replies: 6
- Views: 3376
Distorting image to form shadow on wall [fake perspective.]
Hello love2d This is my first post and in this I want to share and seek some information.I got introduced to love2d through game 'Journey to the center of Hawkthorne (fan made game based on community TV show) and I wanted to create an effect of shadow on wall for fun :ultraglee: after some head bang...