Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NikLever/ThreeJS-PathEditor
/ hide
Method
hide
preview.js:73–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
}
72
73
hide(){
74
this.container.style.top =
"-600px"
;
75
this.on = false;
76
}
77
78
getCameraOffset(mesh) {
79
const
geometry = mesh.geometry;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected