Prototype of a top-down tank shooter:
Search found 3 matches
- Mon Oct 17, 2016 9:10 pm
- Forum: General
- Topic: What's everyone working on? (tigsource inspired)
- Replies: 1804
- Views: 1731103
- Mon Oct 17, 2016 4:33 pm
- Forum: Support and Development
- Topic: Using Graphcis Transformation
- Replies: 7
- Views: 3888
Re: Using Graphcis Transformation
As a short google doesn't give any useful information to FFI: What exactly is it?
- Mon Oct 17, 2016 11:22 am
- Forum: Support and Development
- Topic: Using Graphcis Transformation
- Replies: 7
- Views: 3888
Using Graphcis Transformation
Hey! I'm trying to achieve the conversion of pixel coordinates (mouse) to my local object coordinate system. Right now the transformation is generated by love.graphics.translate, love.graphics.scale and love.graphics.rotate. As far as i read in this forums and the documentation, there is no way to g...