Draft Post ๐ง
Spot the Cow ๐ฎ
Experimenting with Three.js
sphere
drag to rotate ยท scroll to zoom
curl -sL "https://www.cs.cmu.edu/~kmcrane/Projects/ModelRepository/spot.zip" -o spot.zip
unzip -o spot.zip
cd ./spot
{ echo "mtllib spot.mtl"; echo "usemtl spot"; cat spot_triangulated.obj; } > spot.obj
npx --yes obj2gltf -i spot.obj -o spot.glb --binaryspot.mtl
newmtl spotKa 1.000 1.000 1.000Kd 1.000 1.000 1.000Ks 0.000 0.000 0.000d 1.0illum 2map_Kd spot_texture.png