EsProgram / InkPainter

Texture-Paint on Unity.
https://esprogram.github.io/InkPainterDocument/
MIT License
1.21k stars 171 forks source link

Use with transparent textures #53

Closed yosun closed 6 years ago

yosun commented 6 years ago

It seems that the blending does not work properly for transparent textures?

With non-transparent sample textures looks like https://gyazo.com/71c30d57fe3bf1dc1921a9670b11039c

With transparent texture looks really bad https://gyazo.com/710b504578265e45c7a75b6bc883d3fd

yosun commented 6 years ago

It seems that with Vuforia, transparent InkCanvas texture becomes black?

EsProgram commented 6 years ago

In some environments (primarily OpenGL ES), copying to the rendering texture does not work well and the problem of becoming dark black becomes a problem. Current cause detailed reason is not known, it is difficult to correct. I'm sorry.