I know I probably won’t have much luck with this (nothing to be found on Google). I’m asking around anyway.
When I copy over an image with setPixels and getPixels, everything works great, same with iterating, and copyPixels. But with getVector and setVector something weird happens. It renders only the top of the image. Even something as simple as this:
[COLOR=#993300]this[/COLOR].[COLOR=#000000]screen[/COLOR].[COLOR=#000000]setVector[/COLOR][COLOR=#000000]([/COLOR][COLOR=#993300]this[/COLOR].[COLOR=#000000]screen[/COLOR].[COLOR=#000000]rect[/COLOR],
[COLOR=#993300]this[/COLOR].[COLOR=#000000]screen[/COLOR].[COLOR=#000000]getVector[/COLOR]COLOR=#000000[/COLOR][COLOR=#000000])[/COLOR];
Checking Redraw regions, and it shows a completely different rectangle. In this image, that top red box is suppose to extend all the way to the bottom (it’s 1000px width/height, rect object confirms). But the moment I call setVector, it resizes and screws it up (rect object still says 1000px/1000px).
Any help would be greatly appreciated! :thumb2: