You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After version 0.137 has problem.
I tried to import one of the example/jsm module which is Curve and it is result in undefined since v0.138 - latest
even though the file is exist there.
on migration 137-138
https://github.com/mrdoob/three.js/wiki/Migration-Guide#137--138
has update The node material in examples/jsm/nodes has been replaced with a new implementation.
seems that upgrade is the culprit, so i will try to check commit there soon.
Reproduction steps
install three on version above 0.137+
import { Curves } from "three/examples/jsm/curves/CurveExtras"
it will show undefined
Code
import{Curves}from"three/examples/jsm/curves/CurveExtras";// version 138 -> latest will shows undefinedconsole.log(Curves,"curves x");
Description
After version 0.137 has problem.
I tried to import one of the example/jsm module which is Curve and it is result in undefined since v0.138 - latest
even though the file is exist there.
https://codesandbox.io/s/restless-platform-7p9nrs?file=/src/store.js
I cannot import three/examples/jsm/curves might affect the whole some of jsm
seems that upgrade is the culprit, so i will try to check commit there soon.
Reproduction steps
Code
Live example
Screenshots
No response
Version
0.138 -> 0.155
Device
No response
Browser
No response
OS
No response
The text was updated successfully, but these errors were encountered: