UNPKG

mylingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

4 lines 204 B
import { SMAAPass } from "three/examples/jsm/postprocessing/SMAAPass"; import { HEIGHT, WIDTH } from "../../../globals"; export default new SMAAPass(WIDTH, HEIGHT); //# sourceMappingURL=smaaPass.js.map