Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editor: Add compute tangents option. #27461

Merged
merged 1 commit into from
Dec 28, 2023
Merged

Editor: Add compute tangents option. #27461

merged 1 commit into from
Dec 28, 2023

Conversation

Mugen87
Copy link
Collaborator

@Mugen87 Mugen87 commented Dec 28, 2023

Related issue: #27440

Description

Since the editor already supports the computation of normals, this PR adds a "compute tangents" option.

@@ -133,6 +133,7 @@ function Strings( config ) {
'sidebar/geometry/bounds': 'Bounds',
'sidebar/geometry/show_vertex_normals': 'Show Vertex Normals',
'sidebar/geometry/compute_vertex_normals': 'Compute Vertex Normals',
'sidebar/geometry/compute_vertex_tangents': 'Compute Tangents',
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mrdoob I've used the shorter name Compute Tangents since Compute Vertex Tangents produces a line break inside the button.

@Mugen87 Mugen87 added this to the r161 milestone Dec 28, 2023
@mrdoob mrdoob merged commit 1b8412c into mrdoob:dev Dec 28, 2023
11 checks passed
AdaRoseCannon pushed a commit to AdaRoseCannon/three.js that referenced this pull request Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants