Mikhail Arkhipov
Mikhail Arkhipov
Try to open your file in this online 3d viewer: https://3dviewer.net If it gives you an error then problem in models
07/01/2023, the error persists. I still can't click on the buttons on the scene with the model. Has anyone found a solution? And this problem is reproduced only on ios....
and then how to display the resulting atoms from pocketAtomSet?
> That's correct, these methods are attached to a given structure, so it's not currently possible to make selections across different structures/components using these methods. There is a workaround discussed...
I found a workaround: you can rename the file itself and this solves my problem: `component.structure.name = "Protein";`
I get error `npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! react@"^18.2.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer react@"^16.13.1" from...
I apologize in advance for writing this here, are you still working on this library? It’s just that there haven’t been any commits for a long time, I noticed. And...
I'm trying to take a screenshot from BabylonJSViewer using the screenshot.dart library and on the iPhone simulator it takes a photo of only a white screen (on Android everything is...
yes, and I can also take a screenshot of other widgets besides the scene. But I can’t take a screenshot of the scene, so I’m trying to figure out which...
> Creating global.d.ts file and placing it in src folder helped me with resolve this issue > > ```ts > declare module "*.svg" { > import type * as React...