09-11-2022, 03:10 PM
(09-11-2022, 03:45 AM)dbox Wrote: Well I got it to run by changing line 46 to:
Code: (Select All)pc = Point(Fix((xo + tu * iW) Mod iW), Fix(tv * IH))
Looks like I need to update the Point method to make sure it is converting any floating point numbers to integers.
This is also another good one to add to my list of candidates to test performance enhancement. It runs, but the processing is taking so long per frame that it is causing a flicker in the rendering.
View on QBJS
Good, so POINT at present needs Integers OK. I should start writing this stuff down. Thanks for checking and getting back.
b = b + ...