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 3D software.
Xnormal, Blender, Substance painter, and many more use it.
Usage is :
MikkTSpaceTangentGenerator.generate(spatial);