- Boot into recovery using
command-Rduring reboot, erase the HD using Disk Utility, and select reinstall macOS - When it reboots again, be sure to press
command-Rto boot into recovery and continue
- Open Utilities → Terminal and type
$ csrutil disable
| import { EffectComposer } from 'three/examples/jsm/postprocessing/EffectComposer'; | |
| import { RenderPass } from 'three/examples/jsm/postprocessing/RenderPass'; | |
| import { DotScreenPass } from 'three/examples/jsm/postprocessing/DotScreenPass'; | |
| import { RenderPixelatedPass } from 'three/examples/jsm/postprocessing/RenderPixelatedPass.js'; | |
| import { OutlinePass } from 'three/examples/jsm/postprocessing/OutlinePass'; | |
| import { UnrealBloomPass } from 'three/examples/jsm/postprocessing/UnrealBloomPass'; | |
| import { Canvas, extend, Object3DNode, useFrame, useThree } from '@react-three/fiber'; | |
| import { Vector2 } from 'three'; | |
| import { useRef, useEffect } from 'react'; |