If you have any questions, reports, suggestions, or requests about Live2D, please send them to this forum.
※We cannot guarantee statements or answers from Live2D staff. Thank you for your understanding in advance.
First I was "Clipping" the yellow shape to red shape and than it have red border at the yellow shape like .[upper image]. I also tried with another shape and it's also have little border,too.Why?
The current Clipping function of Live2D is designed for real-time use.
The procedure is like this: First, the red part is simply drawn to be used as a mask. Then yellow part needs to be added.
When the red part is drawn, translucent color is on the border. Therefore, when the yellow part gets on the border, the color looks like mixed color of red and yellow. Clipping which has no border, like in photoshop, can be achieved logically. However, in Live2D, the method is not practical because it makes the software very slow.
We make more of speed of process rather than quality on this function.
Comments
The procedure is like this:
First, the red part is simply drawn to be used as a mask. Then yellow part needs to be added.
When the red part is drawn, translucent color is on the border. Therefore, when the yellow part gets on the border, the color looks like mixed color of red and yellow. Clipping which has no border, like in photoshop, can be achieved logically. However, in Live2D, the method is not practical because it makes the software very slow.
We make more of speed of process rather than quality on this function.
Thank you for your understanding.