lewibs-Powern
lewibs-Powern
It may be also useful to note this file is a conversion from revit to ifc using their 2022 converter. Once updating revit to 2023 it worked after that.
@PierreSerpe hey by chance did you figure out how to add remove the 360 images? i have set up some code where i need to add and remove them. I...
Would anyone know of a way to reset the cloud?
g
Call useCanvas at the top of your app. Then useEngine anywhere else. Works with react with no compromise. ```js const EngineContext = createContext(null); const Canvas = styled.div` position: absolute; bottom:...