Adverti horiz upsell

LarmorVoronoi Plugin for Maya 2012-2013-2014 1.1.1 for Maya (maya plugin)

LarmorVoronoi is a Voronoi Shatter Plug-in in C++ for Maya

License
Button download
5,164 Downloads

Compatibility

  • 2014, 2013, 2012

Operating Systems

  • Linux
  • Mac
  • Windows

History

Created:09/08/2013
Last Modified:03/08/2014
File Size: 17.6 MB

Keywords

voronoi, maya

Bugs

Bad perfomance with big meshes

Statusclosed
Prioritymedium
Date10/14/2013
Submitted byPier Paolo Ciarravano Pier Paolo Ciarravano
When the meshes are imported from Maya, use:

int numTriangles = 0;
itPolygon.numTriangles( numTriangles ); 

instead of the wrong method:

int numTriangles = itPolygon.count();

This bug will be fixed in the next release.
Thanks
Pier Paolo 

Comments on this bug:

Post a comment: