pmndrs / three-stdlib

📚 Stand-alone library of threejs examples designed to run without transpilation in node & browser
https://npmjs.com/three-stdlib
MIT License
704 stars 117 forks source link

`onBeforeRender` of `Reflector` & `Refractor` type is mismatched #348

Open nhtoby311 opened 7 months ago

nhtoby311 commented 7 months ago

Problem description:

I receive this parameters type errors for Reflector and Refractor, where it should have accept 3 parameters instead.

image