this code ``` dirLight = characterModelRef.current.parent.parent.children.find( ``` assumes the directionalLight is at a specific level, Ecctrl might be lower in the components tree. Can we supply a ref somehow, through context maybe?