OBJ sample file
obj_low_poly_bracket_sample.obj
206 B
model/obj
SHA256 verified
File details
Filename
obj_low_poly_bracket_sample.objSize206 B (206 bytes)
MIME type
model/objExtension
.objSHA256
387e543fb5c78cdc1b07284309ba11d782d924c57df01c04565d15782e08ad4aDownload commands
Use in scripts and tests
curl -L -o obj_low_poly_bracket_sample.obj \
https://samplefile.com/samples/download/three-d/obj/obj_low_poly_bracket_sample.obj/
wget -O obj_low_poly_bracket_sample.obj \
https://samplefile.com/samples/download/three-d/obj/obj_low_poly_bracket_sample.obj/
import requests
url = "https://samplefile.com/samples/download/three-d/obj/obj_low_poly_bracket_sample.obj/"
resp = requests.get(url)
with open("obj_low_poly_bracket_sample.obj", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/three-d/obj/obj_low_poly_bracket_sample.obj/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("obj_low_poly_bracket_sample.obj", buf);
# Download and verify SHA256
curl -L -o obj_low_poly_bracket_sample.obj https://samplefile.com/samples/download/three-d/obj/obj_low_poly_bracket_sample.obj/
echo "387e543fb5c78cdc1b07284309ba11d782d924c57df01c04565d15782e08ad4a obj_low_poly_bracket_sample.obj" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/three-d/obj/obj_low_poly_bracket_sample.obj/").content
assert hashlib.sha256(data).hexdigest() == "387e543fb5c78cdc1b07284309ba11d782d924c57df01c04565d15782e08ad4a"
More OBJ files
Other OBJ Sample Files
| Filename | Size | SHA256 | Download |
|---|---|---|---|
obj_archviz_room_sample.obj |
289 B | 9b668379836003d9… |
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_500KB.obj |
500.0 KB | 8cbb8a01ec85a831… |
Download |
obj_sample_file_50KB.obj |
49.8 KB | 0cdcf57d33cad145… |
Download |