com.jmex.model.collada
Interface OptimizeCallback


public interface OptimizeCallback

Simple interface allowing a callback during collada import at the point after geometry optimization has finished, allowing a programmer to further remap extra per vertex data they might have.

Author:
Joshua Slack

Method Summary
 void remapInfluences(TriMesh mesh, VertMap map)
           
 

Method Detail

remapInfluences

void remapInfluences(TriMesh mesh,
                     VertMap map)