Closed 0b5vr closed 3 days ago
This PR update the method .temp() of NodeMaterial nodes to .toVar().
.temp()
.toVar()
.temp() is deprecated in r170. See: https://github.com/mrdoob/three.js/pull/29516
examples are working even in r167.
This PR update the method
.temp()
of NodeMaterial nodes to.toVar()
..temp()
is deprecated in r170.See: https://github.com/mrdoob/three.js/pull/29516
examples are working even in r167.