How to render glass/ice material on Android smartphone using OpenGL -


what best way render glass/ice materials on android devices no ray tracing?

i have seen aplha+blending proper lighting, results looked "plastic".

can better?

you need proper reflection , refraction draw looking transparent materials.

you need environment texture source of reflection/refraction. recommend render scene without transparent material make environmental source texture. cube-mapping recommended.

visit here see how implement reflection , refraction.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -