C
Crirus
The main ideea:
I havea 513x513 array of values....I draw a sort of map using that values
for colors... so I have a realistic lanscape (map).
I want to zoom about 60 times that map...and the zoomed area to be drawn on
full screen.
I want to draw it smoth not a square of 60 pixels x 60 pixels
with one color, because I can see blocks and it's not good.
There is a way to interpoate the colors between rectangles to show a smoth
zoom?
Crirus
I havea 513x513 array of values....I draw a sort of map using that values
for colors... so I have a realistic lanscape (map).
I want to zoom about 60 times that map...and the zoomed area to be drawn on
full screen.
I want to draw it smoth not a square of 60 pixels x 60 pixels
with one color, because I can see blocks and it's not good.
There is a way to interpoate the colors between rectangles to show a smoth
zoom?
Crirus