ceasor-mao
ceasor-mao
### What feature or enhancement are you proposing? The current tetrahedralization function in `genesis/utils/mesh.py` directly passes the mesh to tetgen without any prior validity check: ```Python def tetrahedralize_mesh(mesh, tet_cfg): #...
### Bug Description The test tests/test_render.py::test_batched_offscreen_renderingis failing intermittently due to minor pixel-level discrepancies in rendered outputs. ### Steps to Reproduce If possible, provide a script triggering the bug, e.g. ```bash...
#### Expected Behavior See below `Steps and code to Reproduce the Problem`. Expect successfully save all 120 frames. #### Actual Behavior Drops the last frame, resulting in only 119 frames...