You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using wire3d to plot a mesh3d object with the plotly backend. I noticed that there are polygons on my mesh. The data is only triangles and when I check with RGL, I also only see triangles:
What I do notice is that I scroll around the RGL plot, sometimes vertices seem to disappear and it looks like a polygon exists where there isn't one due to the lighting effects.
The text was updated successfully, but these errors were encountered:
Jsalas424
changed the title
wire3d is plotting polygons when there should only be triangles - doesn't show up with rg::wire3d
wire3d is plotting polygons when there should only be triangles - doesn't show up with rgl::wire3d
Jan 22, 2023
Jsalas424
changed the title
wire3d is plotting polygons when there should only be triangles - doesn't show up with rgl::wire3d
wire3d is plotting polygons when there should only be triangles - not a problem with rgl::wire3d
Jan 22, 2023
Jsalas424
changed the title
wire3d is plotting polygons when there should only be triangles - not a problem with rgl::wire3d
nat::wire3d is plotting polygons when there should only be triangles - not a problem with rgl::wire3d
Jan 22, 2023
Hello,
I am using wire3d to plot a mesh3d object with the plotly backend. I noticed that there are polygons on my mesh. The data is only triangles and when I check with RGL, I also only see triangles:
RGL:
nat:
What I do notice is that I scroll around the RGL plot, sometimes vertices seem to disappear and it looks like a polygon exists where there isn't one due to the lighting effects.
Mesh Code: https://pastebin.com/raw/xmUtHhtt
The text was updated successfully, but these errors were encountered: