Skip to content

Removal of Tangents code? #7094

@mrdoob

Description

@mrdoob

Now that bump/normalmaps are using derivatives I wonder if we need the tangents code (Geometry.computeTangents and BufferGeometry.computeTangents) any longer.

These are the only examples that rely on it:

webgl_materials_normaldisplacementmap
Uses NormalDisplacementShader.js, which I don't know if we should still maintain

webgl_materials_bumpmap_skin
I think it's not needed on this one, but it's currently broken

webgl_terrain_dynamic
easy to port to derivatives I think

Does anyone rely on this code? And if so, what's the use case?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions