ComfyUI/comfy/ldm/cube
Jedrzej Kosinski 029b782936 Cube3D: fix mesh winding for vendored marching cubes
The vendored Lorensen table emits the opposite base winding from skimage, so
the upstream-style faces[:, [2,1,0]] flip produced inward-facing normals
(negative mesh volume). Drop the flip so normals point outward (positive
volume), matching the upstream output orientation.

Amp-Thread-ID: https://ampcode.com/threads/T-019ec361-addb-70d8-a74b-438ce8a1e096
Co-authored-by: Amp <amp@ampcode.com>
2026-06-14 23:48:03 -07:00
..
gpt.py Add native Roblox Cube3D text-to-3D support 2026-06-14 20:21:37 -07:00
marching_cubes.py Cube3D: vendor dependency-free marching cubes, drop scikit-image 2026-06-14 23:44:20 -07:00
vae.py Cube3D: fix mesh winding for vendored marching cubes 2026-06-14 23:48:03 -07:00