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