This repository has been archived on 2024-12-30. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
2024CG-project-render/data/bunny.json
github-classroom[bot] 5d6a4935ec
Initial commit
2024-09-26 09:17:55 +00:00

44 lines
682 B
JSON

{
"camera": {
"type": "perspective",
"focal_length": 1,
"eye": [0,0,2],
"up": [0,1,0],
"look": [0,0,-1],
"height": 1,
"width": 1.7777777778
},
"objects": [
{
"type": "soup",
"stl": "bunny.stl"
},
{
"type": "plane",
"point": [-1,0,0],
"normal": [1,0,0]
},
{
"type": "plane",
"point": [0,0,-1],
"normal": [0,0,1]
},
{
"type": "plane",
"point": [0,1,0],
"normal": [0,-1,0]
},
{
"type": "plane",
"point": [1,0,0],
"normal": [-1,0,0]
},
{
"type": "plane",
"point": [0,-1,0],
"normal": [0,1,0]
}
]
}