About Store Forum Documentation Contact



Post Reply 
[Android] Water on Mobile
Author Message
Kevin Offline
Member

Post: #1
[Android] Water on Mobile
Hi,
I wanted to add some water (standard EE Lake) to my scene, but it seems like it isn't possible for mobile.
When I deployed the sample scene to android all I saw was a blue plane...

Is there a way to disable realtime reflection for the water and enable some simple cubemap reflection instead?
07-09-2012 08:21 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: [Android] Water on Mobile
added to the roadmap "improve water for mobile"
07-09-2012 01:08 PM
Find all posts by this user Quote this message in a reply
Kevin Offline
Member

Post: #3
RE: [Android] Water on Mobile
Okay, thanks.

Is it possible to write custom shaders for mobile games? So could I just write a simple shader with animated textures and cubemap reflection by myself and apply it to a plane?
07-09-2012 01:20 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: [Android] Water on Mobile
Mobile's use OpenGL, and currently creating opengl shaders is available only on Mac.
If you have Mac then you could, but you'd need to use custom Mesh instead of Water, because Water does not support setting custom shaders.
07-09-2012 01:45 PM
Find all posts by this user Quote this message in a reply
Post Reply