MCPcopy Create free account
hub / github.com/TheOrcDev/github-creature / constructor

Method constructor

components/liquid-ether.tsx:608–611  ·  view source on GitHub ↗
(props: any)

Source from the content-addressed store, hash-verified

606 geometry: THREE.BufferGeometry | null = null;
607 plane: THREE.Mesh | null = null;
608 constructor(props: any) {
609 this.props = props || {};
610 this.uniforms = this.props.material?.uniforms;
611 }
612 init(..._args: any[]) {
613 void _args;
614 this.scene = new THREE.Scene();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected