OBJ sample file
obj_sample_file_1MB.obj
1023.9 KB
model/obj
SHA256 verified
File details
Filename
obj_sample_file_1MB.objSize1023.9 KB (1048430 bytes)
MIME type
model/objExtension
.objSHA256
b5c69c99cf14780a145e60f73f34aa1f51667d66c12822ab5cd75a8a47f48775Download commands
Use in scripts and tests
curl -L -o obj_sample_file_1MB.obj \
https://samplefile.com/samples/download/three-d/obj/obj_sample_file_1MB.obj/
wget -O obj_sample_file_1MB.obj \
https://samplefile.com/samples/download/three-d/obj/obj_sample_file_1MB.obj/
import requests
url = "https://samplefile.com/samples/download/three-d/obj/obj_sample_file_1MB.obj/"
resp = requests.get(url)
with open("obj_sample_file_1MB.obj", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/three-d/obj/obj_sample_file_1MB.obj/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("obj_sample_file_1MB.obj", buf);
# Download and verify SHA256
curl -L -o obj_sample_file_1MB.obj https://samplefile.com/samples/download/three-d/obj/obj_sample_file_1MB.obj/
echo "b5c69c99cf14780a145e60f73f34aa1f51667d66c12822ab5cd75a8a47f48775 obj_sample_file_1MB.obj" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/three-d/obj/obj_sample_file_1MB.obj/").content
assert hashlib.sha256(data).hexdigest() == "b5c69c99cf14780a145e60f73f34aa1f51667d66c12822ab5cd75a8a47f48775"
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_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 |