PALATE / SPACE
A real-time menu where scanned dishes can be explored before ordering.
DISCIPLINETHREE.JS / INTERACTIVE WEB
01 / PROBLEM
People usually order without seeing the real dish. Photogrammetry could solve that, but raw scans are heavy, irregular and often contain broken geometry that is impractical to load in a browser.
02 / RESPONSE
I built an automated remeshing pipeline that sharply reduces polygon counts, closes damaged areas and preserves enough surface detail for believable web-based 3D.
03 / METHOD
The final experience combines Meshopt-compressed GLB files, batch loading, corrected model origins, lightweight collisions, filters and focused detail views with slow manual rotation.
PIPELINE
SCANRAW PHOTOGRAMMETRY
REMESHPOLYGON REDUCTION + HOLE REPAIR
PACKGLB + MESHOPT
EXPLOREREAL-TIME WEBGL