โ€น Back to notes

Draft Post ๐Ÿšง

Spot the Cow ๐Ÿฎ

Experimenting with Three.js

sphere

drag to rotate ยท scroll to zoom

Terminal window
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 --binary

spot.mtl

newmtl spot
Ka 1.000 1.000 1.000
Kd 1.000 1.000 1.000
Ks 0.000 0.000 0.000
d 1.0
illum 2
map_Kd spot_texture.png