OnionRingOfDoom
15th November 2003 15:58 UTC
Drawing bounds
Well, if you watch this preset for a while, you will notice that it only draws inside a large rectangle. I want it to draw over the entire AVS window, but I can't seem to get rid of the stupid rectangle. Any ideas?
UIUC85
15th November 2003 17:45 UTC
I'm not totally sure but it seems independent of the hieght and width of the window. If you stretch the screen the ssc gets off as well.
OnionRingOfDoom
15th November 2003 18:07 UTC
Could you post some example code? I'm kinda confused here.
NemoOrange
15th November 2003 19:11 UTC
works fine for me.
UIUC85
15th November 2003 19:23 UTC
well the hand stays the same ratio no matter what the window size is. So in order for the line to come from the tip of the pencil you need to base it off the window size. Try this.
OnionRingOfDoom
15th November 2003 19:23 UTC
So, you mean there is no bounding box that the drawing never moves out of for you? That's odd....
UIUC85
15th November 2003 19:28 UTC
Oh yeah. Rectangle. Here