3D Models

July 24, 2026 ยท View on GitHub

Shared 3D character models for My Weird Prompts projects โ€” games, sites, and experiments. Free to download and reuse.

Characters

Character Downloads Details

Corn the Sloth
๐Ÿ“ฆ Download GLB โ€” full resolution (20ย MB)
๐Ÿ—œ๏ธ Download GLB (Draco) โ€” web-optimized (0.6ย MB)
945k faces ยท 2048px texture
Standing, green onesie

Herman Poppleberry
๐Ÿ“ฆ Download GLB โ€” full resolution (34ย MB)
๐Ÿ—œ๏ธ Download GLB (Draco) โ€” web-optimized (0.8ย MB)
1.6M faces ยท 2048px texture
Sitting, knitted donkey

Which file do I want?

  • GLB (full) โ€” the complete, uncompressed model with the full 2K texture. Use this for offline rendering, Blender, printing, or anywhere size doesn't matter.
  • GLB (Draco) โ€” the same model with Draco geometry compression and a 1024px WebP texture, ~30ร— smaller. Use this on the web. Your loader needs a Draco decoder (three.js: GLTFLoader.setDRACOLoader(...)).

Both face +Z and rest on the ground plane, ready to drop in.

Per-character folder layout

characters/<name>/
  <name>.glb                  full-resolution GLB
  <name>-draco.glb            Draco + WebP, web-optimized
  <name>.png                  thumbnail
  polycam-scan-raw.glb        earlier Polycam phone scan (raw)
  polycam-scan-cleaned.glb    Polycam scan, cropped & re-oriented
  meshy-raw/                  proprietary Meshy viewer capture (see below)

Provenance

The primary models were generated on Meshy AI. Meshy's standard-format (GLB/FBX) downloads expire server-side after a few days, and task re-export is gated behind the paid plan, so the GLBs here were recovered from the Meshy viewer's own in-browser decoder (which decrypts the proprietary .meshy geometry into a standard GLB at view time), then optimized with gltf-transform.

meshy-raw/ keeps the original artifacts for the record:

model.meshy    proprietary Meshy geometry ("MESHY.AI" magic, encrypted)
texture_0.png  full-resolution base-color texture
model.json     vert/face counts (Corn: 495k/993k, Herman: 816k/1.6M)

The polycam-scan-* files are earlier phone photogrammetry scans of the physical plushies โ€” lower quality, kept as a fallback / curiosity.

Used by

  • race-to-the-shuk โ€” uses the Draco versions as models/corn.glb / models/herman.glb.

Notes

  • Plain git, no LFS โ€” the largest file (34 MB) is comfortably under GitHub's 50 MB warning threshold, and avoiding LFS keeps ?raw=1 download links quota-free. Add LFS tracking only if a file exceeds ~50 MB.