Repro steps: - import a mesh with tangents from 3ds max - declare "attribute vec4 tangent" in the vertex shader - it'll be 0 when I would expect it to contains tangent informations (like normals that are working correctly)
Repro steps: