Author Topic: Quality of rendering like http://europe.nokia.com/e50  (Read 3121 times)

Offline dankor

  • byte
  • *
  • Posts: 8
    • View Profile
Quality of rendering like http://europe.nokia.com/e50
« on: May 25, 2007, 09:40:50 am »
Hello,

Is it possible to achieve the rendering quality as on the http://europe.nokia.com/e50 (3d phone). Nokia applet looks like it’d use phong shading (Am I wrong?).

Have a nice day,

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Quality of rendering like http://europe.nokia.com/e50
« Reply #1 on: May 25, 2007, 12:42:34 pm »
It's unlikely that this is real phong shading. Phong shading in such applets is usually faked by a "phong map" used as a spherical environment map. jPCT can do that too, but to combine it with the normal texture, you would have to use blending (only available in software mode) which includes a bumpmap. You could supply a plain bumpmap (all texels 128/128/128 in color) if you don't want to see bumps on the model.