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
I was trying to create BufferGeometry() from Geometry() which was created using VRML loader. But the problem is that when the geometry has only vertices without faces it returns empty position array. After analysis i found that the bug occurs because of in DirectGeometry.fromGeometry function vertices is not updated if there is no faces: Link