OBJ sample file
obj_sample_file_500KB.obj
500.0 KB
model/obj
SHA256 verified
File details
Filename
obj_sample_file_500KB.objSize500.0 KB (512000 bytes)
MIME type
model/objExtension
.objSHA256
8cbb8a01ec85a831ed2532340c1ba2065d6f51c2f50df42a45761a5f31b94d61Download commands
Use in scripts and tests
curl -L -o obj_sample_file_500KB.obj \
https://samplefile.com/samples/download/three-d/obj/obj_sample_file_500KB.obj/
wget -O obj_sample_file_500KB.obj \
https://samplefile.com/samples/download/three-d/obj/obj_sample_file_500KB.obj/
import requests
url = "https://samplefile.com/samples/download/three-d/obj/obj_sample_file_500KB.obj/"
resp = requests.get(url)
with open("obj_sample_file_500KB.obj", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/three-d/obj/obj_sample_file_500KB.obj/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("obj_sample_file_500KB.obj", buf);
# Download and verify SHA256
curl -L -o obj_sample_file_500KB.obj https://samplefile.com/samples/download/three-d/obj/obj_sample_file_500KB.obj/
echo "8cbb8a01ec85a831ed2532340c1ba2065d6f51c2f50df42a45761a5f31b94d61 obj_sample_file_500KB.obj" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/three-d/obj/obj_sample_file_500KB.obj/").content
assert hashlib.sha256(data).hexdigest() == "8cbb8a01ec85a831ed2532340c1ba2065d6f51c2f50df42a45761a5f31b94d61"
More OBJ files
Other OBJ Sample Files
| Filename | Size | SHA256 | Download |
|---|---|---|---|
obj_archviz_room_sample.obj |
289 B | 9b668379836003d9… |
Download |
obj_low_poly_bracket_sample.obj |
206 B | 387e543fb5c78cdc… |
Download |
obj_product_mockup_sample.obj |
427 B | 78709e57d8cbcfae… |
Download |
obj_sample_file_1MB.obj |
1023.9 KB | b5c69c99cf14780a… |
Download |
obj_sample_file_200KB.obj |
200.0 KB | b77fcc3aa65c6ed0… |
Download |
obj_sample_file_50KB.obj |
49.8 KB | 0cdcf57d33cad145… |
Download |