Author Topic: 3D Landscape - wallpaper  (Read 4298 times)

Offline zbych

  • int
  • **
  • Posts: 75
    • View Profile
3D Landscape - wallpaper
« on: May 25, 2012, 12:18:12 am »
This time I want to present live wallpaper. It generates simple landscape model (diamond square algorithm), and animate camera over it. No shaders, just one light, two textures (both generated with diamond square), and fog.
I am starting to think how to use it in game... ;)

You can download it here: https://play.google.com/store/apps/details?id=com.zr.landscape3d

It uses Airpush (as all of my wallpapers).


Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: 3D Landscape - wallpaper
« Reply #1 on: May 28, 2012, 09:01:11 pm »
Looks pretty high detailed...what's the polygon count of the terrain?

Offline zbych

  • int
  • **
  • Posts: 75
    • View Profile
Re: 3D Landscape - wallpaper
« Reply #2 on: May 28, 2012, 10:46:46 pm »
There are 3 ranges of array: 65x65, 129x129, 257x257. So it gives in highest mode 256x256x2= 131072 triangles. But this mode is for devices with power similar to Samsung galaxy s2. The movie in market shows 129x129 mode on LG gt540 (Cyanogen mod 7)
« Last Edit: May 28, 2012, 10:51:26 pm by zbych »