bump mapping in android

Monkey Targets Forums/Android/bump mapping in android

Bladko(Posted 2011) [#1]
any ideas how to use bump mapping on this platform ?

i want to use my perlin noise class to generate highmap and make it looks more 3D using this effect

i have my perlin noise class (look into code forum) but due to fact we cannot draw to backbuffer i need to draw all dots all the time

for array 100 x 80 its 8000 so its quite slow in most machines

so for i using only 30 x 40 array so its 1200 points fast enough to be draw real time