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

Method constructor

components/liquid-ether.tsx:691–694  ·  view source on GitHub ↗
(simProps: any)

Source from the content-addressed store, hash-verified

689 class ExternalForce extends ShaderPass {
690 mouse!: THREE.Mesh;
691 constructor(simProps: any) {
692 super({ output: simProps.dst });
693 this.init(simProps);
694 }
695 init(simProps: any) {
696 super.init();
697 const mouseG = new THREE.PlaneGeometry(1, 1);

Callers

nothing calls this directly

Calls 1

initMethod · 0.95

Tested by

no test coverage detected