Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CNCKitchen/stlTexturizer
/ kill
Function
kill
js/main.js:4738–4738 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4736
}
4737
if
(normals) {
4738
for
(
let
i = 0; i < normals.length; i += 3) {
4739
v.set(normals[i], normals[i + 1], normals[i + 2]).applyQuaternion(rotInv);
4740
normals[i] = v.x;
4741
normals[i + 1] = v.y;
Callers
1
runPipeline
Function · 0.85
Calls
1
cleanup
Function · 0.85
Tested by
no test coverage detected