Mathieu Lamarre

Results 5 comments of Mathieu Lamarre

I put back fPIC and also add it to the release file.

I had the same behavior. Contrary to @patquem using `pythreejs==2.3.0` worked for me. Maybe because of the package manager. Here's how I downgraded pythreejs: ``` mamba install pythreejs==2.3.0 -c conda-forge...

Here is my full environment, [environment.yml](https://github.com/widgetti/ipyvolume/files/9854944/environment.yml.txt) I still see the following logs, but everything works fine: > [E 15:53:20.345 NotebookApp] Could not open static file '' [W 15:53:20.383 NotebookApp] 404...

That works! Thanks! Dockerfile fix: ``` ENV NODE_OPTIONS=--max-old-space-size=4096 RUN jupyter labextension install ipyvolume ```

Calling .managed() inside recompute_bbox is a good workaround everything is working as expected. BTW the new Mesh interface is great! The following code with V & Ftri being torch.Tensor works:...