View Full Version : Question about ASS and VSFilter


Sergejack
31st August 2005, 22:28
It's said that when two shape overlaps each other on a same layer, they would be XORED.
What does that mean ?

mic
1st September 2005, 18:09
It won't look right. :)

ac-chan123
4th September 2005, 12:24
XOR = exclusive OR
This means ony one of them and not the boolsche OR which means the one the other or both.

Liisachan
4th September 2005, 17:03
It's safer to always use different layers if you want to let several shapes overlap spatially. I'm not sure about XORing, but if you use 2 {\p}'s on the same layer, then (generally) you can not let them overlap spatially because of the automatic collision handling.

Sergejack
5th September 2005, 04:52
Ok, I know how it works now.
Xoring is the natural rendering behaviour of shape overlapping (it's tha same as with Photoshop).
The automatic collision handling is absurd when drawing, but it can be worked arround.

Thx all.