Martin de La Gorce

Results 74 issues of Martin de La Gorce

Hi, It seems that you tool is doing something very similar to [autocommand](https://pypi.org/project/autocommand/ ) maybe worth adding in the *alternatives* section ?

faces used in Scene2D fails when faces is a numpy matrix. We need to convert to numpy array or add assert

Generate the latex equation images with white text for dark mode. https://github.community/t/support-theme-context-for-images-in-light-vs-dark-mode/147981/77

when pixel centers are at integer coordinate , symmetric cameras should have cx = (width-1) / 2 cy = (height-1) / 2

add load and save methods to and from ColoredTrimesh potentially using the trimesh lib as backend. when saving textured mesh * make sure we do not duplicate edges that have...

add method to import/export meshes from and to open3d.geometry.TriangleMesh

adding method largest_manifold_subset_faces to TriMesh class to help cleaning non manifold meshes

u float in [0,width-1] ? v float in [0,width-1] ? uv==[0,0] center upper left pixel uv==[ width-1,0] upper right ? document difference with opengl/ obj texture coordinates

CheckAutoDiffJacobian uses `x.derivatives` as the identity matrix so it does not detect errors in derivative calculation that consist in ignoring `x.derivatives` in the jacobian calculation. . I would need to...