Hi.
I am developing an application to display .ply files on Next.js with react-three-fiber.
I refered below example, but when I try to import the PLYLoader, it throws an error. Does anyone know of a solution?
The example I refer to
How do I import:
import { PLYLoader } from 'three/examples/jsm/loaders/PLYLoader'