slipster216 / VertexPaint

Unity 5.3 Vertex Painter
Other
906 stars 151 forks source link

SplatBlend_5Layer issues #17

Open n0rb opened 7 years ago

n0rb commented 7 years ago

Hello!

First off I want to thank you for releasing this awesome code for free!

Secondly I seem to have problems when using 5 Layers. The last layer seems to ignore all Colors and just shows all the time. (no matter what color I use as fill)

Can you confirm this as a bug or am I using 5 Layers in a wrong way ?

slipster216 commented 7 years ago

It's been ages since I've looked at those shaders, but I definitely tested a 5 layer shader at some point. These days I'm mostly working on MegaSplat, which allows for up to 256 textures with the same shader cost as a 3 layer traditional splat map shader, so it's definitely a better option if you need lots of textures.

That said, I can take a look at this next week when I'm back in my home country.

n0rb commented 7 years ago

Hi Jason, thanks a lot for your quick response.

Tbh I didn't even know about Megasplat yet, and will definitely take a look!