Search found 3 matches

by JohnpaulTH
Sat Aug 29, 2020 4:17 pm
Forum: General
Topic: Rotation Matrix seems to squash quadrilateral
Replies: 2
Views: 4816

[SOLVED] Rotation Matrix seems to squash quadrilateral

Thanks! that did the trick. I was thinking in the wrong programming language. I am still getting used to tables in Lua.
Your solution worked. Thanks!
by JohnpaulTH
Sat Aug 29, 2020 2:28 am
Forum: General
Topic: Rotation Matrix seems to squash quadrilateral
Replies: 2
Views: 4816

Rotation Matrix seems to squash quadrilateral

Hello fellow coders. I have been rotating shapes fine using `love.graphics.rotate()` I have been working on a program to explore efficient and humane ways to develop areas of land. I know that this is not as exciting as the video games you guys whip up. In the process, I came up with an algorithm to...
by JohnpaulTH
Tue Aug 25, 2020 11:08 pm
Forum: Support and Development
Topic: Making Sprites Disappear
Replies: 1
Views: 2203

Re: Making Sprites Disappear

Hi Tomatotumtum, First, it would be helpful if you could include the .love file, (see Game_Distribution ) or at least the main file with love.draw() in it. Second, how I would make a tile disappear would be to set it to nil. If you want to reuse tiles, it might be worth creating an INVISIBLE "I...