web-ifc-three icon indicating copy to clipboard operation
web-ifc-three copied to clipboard

await ifcLoader.ifcManager.dispose(); is not found.

Open osmo-systems opened this issue 3 years ago • 2 comments

While reading the ifc three memory managment section ("https://ifcjs.github.io/info/docs/Guide/web-ifc-three/Tutorials/Memory"), I tried to implement the ifcLoader.ifcManager.dispose(); function, but it wasn't recongnized. However there is a disposeMemory() function. Could it be the same function, renamed? If so the documentation doesn't reflect it. I might also be doing something wrong on my side.

Keep up the good work :)

osmo-systems avatar Mar 16 '22 10:03 osmo-systems

I'm using ifcManager?.dispose(); and that's showing up fine on

"web-ifc-three": "^0.0.116"

which in turn has the dependencies

"three": "^0.135.0",
"three-mesh-bvh": "^0.5.2",
"web-ifc": "^0.0.33"

Are you running on latest versions?

axelra82 avatar Jun 22 '22 14:06 axelra82

@Feldspatt, any update? Were you able to make use of dispose()? If you are still experiencing this problem, let us know and we will create a bounty to resolve it!

aka-blackboots avatar Nov 28 '22 07:11 aka-blackboots