public class MikktspaceTangentGenerator
extends java.lang.Object
This tangent generator is highly experimental.
This is the Java translation of the mikktspace generator made by Morten S. Mikkelsen
C Source code can be found here
https://developer.blender.org/diffusion/B/browse/master/intern/mikktspace/mikktspace.c
https://developer.blender.org/diffusion/B/browse/master/intern/mikktspace/mikktspace.h
Mikktspace looks like the new standard of tangent generation in 3-D software.
Xnormal, Blender, Substance painter, and many more use it.
Usage is :
MikktspaceTangentGenerator.generate(spatial);