Author Topic: About Flat shading.(solved)  (Read 1897 times)

Offline Wolf17

  • int
  • **
  • Posts: 77
    • View Profile
About Flat shading.(solved)
« on: June 19, 2013, 06:58:44 pm »
     I have a 3d  model and  I want it to shade it flat but I do not know how to do that.
Can Somebody throw light on this.
« Last Edit: June 22, 2013, 08:59:16 pm by Wolf17 »

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: About Flat shading.
« Reply #1 on: June 20, 2013, 07:19:38 am »
You can do yourObject.setShadingMode(Object3D.SHADING_FAKED_FLAT);

Offline Wolf17

  • int
  • **
  • Posts: 77
    • View Profile
Re: About Flat shading.
« Reply #2 on: June 20, 2013, 08:14:00 am »
   Thank you Egon!