Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheOrcDev/github-creature
/ init
Method
init
components/liquid-ether.tsx:653–656 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
651
this.init();
652
}
653
init() {
654
super.init();
655
this.createBoundary();
656
}
657
createBoundary() {
658
const boundaryG = new THREE.BufferGeometry();
659
const vertices_boundary = new Float32Array([
Callers
7
constructor
Method · 0.95
init
Method · 0.45
constructor
Method · 0.45
constructor
Method · 0.45
constructor
Method · 0.45
constructor
Method · 0.45
constructor
Method · 0.45
Calls
1
createBoundary
Method · 0.95
Tested by
no test coverage detected