Initial commit

This commit is contained in:
github-classroom[bot] 2024-09-26 09:17:55 +00:00 committed by GitHub
commit 5d6a4935ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
1678 changed files with 351156 additions and 0 deletions

22
data/triangle.json Normal file
View file

@ -0,0 +1,22 @@
{
"camera": {
"type": "perspective",
"focal_length": 3,
"eye": [0,0,6],
"up": [0,1,0],
"look": [0,0,-1],
"height": 1,
"width": 1.7777777778
},
"objects": [
{
"type": "triangle",
"corners": [
[-0.5,0,0],
[0.5,0,0],
[0,0.8660254038,0]
]
}
]
}