09-11-2022, 03:45 AM
Well I got it to run by changing line 46 to:
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
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