mirror of
https://github.com/xibyte/jsketcher
synced 2026-02-19 13:54:54 +01:00
6 lines
299 B
JSON
6 lines
299 B
JSON
{
|
|
"format": "LOOPS", "vertices": [
|
|
[-100, -100, -250], [-100, -100, 250], [-100, 100, -250], [-100, 100, 250], [100, -100, -250], [100, -100, 250],
|
|
[100, 100, -250], [100, 100, 250]
|
|
], "faces": [[[3, 1, 5, 7]], [[0, 2, 6, 4]], [[0, 4, 5, 1]], [[4, 6, 7, 5]], [[6, 2, 3, 7]], [[2, 0, 1, 3]]]
|
|
}
|