Hello Gernot,
Can you update Fluids.rar?
I would like to see it running with the current version.
Perhaps i will use the vec2 in SpriteZ
It actually doesn't run on my Windows machine - just get a black screen.
Those nasty array errors would be a pain to fix :)
vec2 ?
Type vec2
x%;y%
ENDTYPE
GLOBAL Tvec2[] AS vec2
LOCAL my_vac2 AS vec2
my_vac2.x = 10
my_vac2.y = 40
DIMPUSH Tvec2[], my_vac2
?
Curious, am i achieving the same affect as fluids project, Gernot?
Here is my alternative for now(as i cant fix fluids.rar myself), a 3 x 3 dimension png file, black border, white dot in middle.
The poly is larger than the image, so it stretches to fit.
And, i added a color mask to the polyvector to make it look like this:
I did this with an image of odd pixel count and non power of 2, (3x3=9) :
x=black, o=white
XXX
XOX
XXX
[attachment deleted by admin]