OBJ sample file
obj_product_mockup_sample.obj
427 B
model/obj
SHA256 verified
File details
Filename
obj_product_mockup_sample.objSize427 B (427 bytes)
MIME type
model/objExtension
.objSHA256
78709e57d8cbcfaedf4ae8818c7be719b871e6fe2f0e1ada4bade2f05bd5c15aDownload commands
Use in scripts and tests
curl -L -o obj_product_mockup_sample.obj \
https://samplefile.com/samples/download/three-d/obj/obj_product_mockup_sample.obj/
wget -O obj_product_mockup_sample.obj \
https://samplefile.com/samples/download/three-d/obj/obj_product_mockup_sample.obj/
import requests
url = "https://samplefile.com/samples/download/three-d/obj/obj_product_mockup_sample.obj/"
resp = requests.get(url)
with open("obj_product_mockup_sample.obj", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/three-d/obj/obj_product_mockup_sample.obj/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("obj_product_mockup_sample.obj", buf);
# Download and verify SHA256
curl -L -o obj_product_mockup_sample.obj https://samplefile.com/samples/download/three-d/obj/obj_product_mockup_sample.obj/
echo "78709e57d8cbcfaedf4ae8818c7be719b871e6fe2f0e1ada4bade2f05bd5c15a obj_product_mockup_sample.obj" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/three-d/obj/obj_product_mockup_sample.obj/").content
assert hashlib.sha256(data).hexdigest() == "78709e57d8cbcfaedf4ae8818c7be719b871e6fe2f0e1ada4bade2f05bd5c15a"
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_sample_file_1MB.obj |
1023.9 KB | b5c69c99cf14780a… |
Download |
obj_sample_file_200KB.obj |
200.0 KB | b77fcc3aa65c6ed0… |
Download |
obj_sample_file_500KB.obj |
500.0 KB | 8cbb8a01ec85a831… |
Download |
obj_sample_file_50KB.obj |
49.8 KB | 0cdcf57d33cad145… |
Download |