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
py3d produces 3d graphics but is extremely computationally intensive and has minor bugs. This project is still ongoing. I am currently working to address the striations shown in Cubes.png which are due to rounding error in the lineLineIntersect method. Unfortunately rounding the values causes the image to be missing / have pixels that are not su…