jupyter-widgets-contrib / ipygany

3-D Scientific Visualization in the Jupyter Notebook
BSD 3-Clause "New" or "Revised" License
487 stars 53 forks source link

triangular artifact #102

Open cekees opened 3 years ago

cekees commented 3 years ago

When I run the dambreak example notebook on data I generated myself with proteus, I get some kind of shading artifact. As shown in the image below. Any ideas?

Screen Shot 2021-03-28 at 5 43 57 PM

Could you point me to the data set you used for the demo?

Also, the 'tex.jpeg" file didn't seem to be in https://github.com/martinRenou/proteus_visualization, so I used the texture.jpeg instead, which is bricks, but I don't thank that has anything to do with the triangle issue.

martinRenou commented 3 years ago

Can you try downgrading ipygany to 0.4.0? The latest release introduced an issue apparently. I'll try to investigate it.

cekees commented 3 years ago

Thanks, that works, though only in classic notebook. I'm guessing 0.4.0 wasn't upgraded to lab 3.x. I also upgraded webrtc so the video generation works in lab now.

cekees commented 2 years ago

Did anybody ever discover what caused this?