Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: JeanLouis-GAE on December 22, 2012, 10:20:12 AM
-
Hello, i wish blend or combine several sprites objects on an single sprite, how can i do this with a custom shader. I know do the shader but i have not idea for How use it on only a selection of NGui Sprite in order to combine or blend them. All materials and shaders in the stock seems be linked to an Atlas.
If you could orient me in the right direction?
Thank you very much.
:'( Please Help Me :'(
-
Well, essentially you can't as far as I know. You might be able to do it with a UITexture, where you can define your material yourself.
Otherwise, take a look at how the Panel makes a UIDrawCall and see what it's actually doing, if you want to mess with your own shader.
-
Ok thank you for the reply, hum, i will search to the panel side and the UITexture such as you suggest ;)