MCPcopy 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

constructorMethod · 0.95
initMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45

Calls 1

createBoundaryMethod · 0.95

Tested by

no test coverage detected