Jump to content

[SOLVED] where is getNormal?


photo

Recommended Posts

Hi,

You can use the following piece of code as an example:
 

forloop(int i = 0; mesh.getNumVertex()) {
   quat q = mesh.getTangent(i);
   log.message("%s\n",typeinfo(q.normal));
  }

 
Also, we'll add getNormal function in future releases.

Link to comment
  • 2 months later...
×
×
  • Create New...