Skip to content

Commit

Permalink
Adding more lights
Browse files Browse the repository at this point in the history
  • Loading branch information
gents83 committed Jan 27, 2024
1 parent d7516a5 commit 3c69472
Showing 1 changed file with 154 additions and 4 deletions.
158 changes: 154 additions & 4 deletions data_raw/models/stanford_bunny/stanford_bunny.gltf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,56 @@
"intensity":54.35141306588226,
"type":"point",
"name":"Point.001"
},
{
"color":[
1,
1,
1
],
"intensity":54.35141306588226,
"type":"point",
"name":"Point.002"
},
{
"color":[
1,
1,
1
],
"intensity":54.35141306588226,
"type":"point",
"name":"Point.003"
},
{
"color":[
1,
1,
1
],
"intensity":54.35141306588226,
"type":"point",
"name":"Point.004"
},
{
"color":[
1,
1,
1
],
"intensity":54.35141306588226,
"type":"point",
"name":"Point.005"
},
{
"color":[
1,
1,
1
],
"intensity":54.35141306588226,
"type":"point",
"name":"Point.006"
}
]
}
Expand All @@ -32,7 +82,12 @@
"nodes":[
0,
1,
2
2,
3,
4,
5,
6,
7
]
}
],
Expand All @@ -41,10 +96,10 @@
"mesh":0,
"name":"stanford_bunny",
"rotation":[
0.7071069478988647,
0.7071070075035095,
0,
0,
0.7071066498756409
0.7071065902709961
],
"scale":[
30,
Expand Down Expand Up @@ -84,14 +139,109 @@
2.552903175354004,
1.8399999141693115
]
},
{
"extensions":{
"KHR_lights_punctual":{
"light":1
}
},
"name":"Point.001",
"rotation":[
-0.7071068286895752,
0,
0,
0.7071068286895752
],
"translation":[
2.7293860912323,
2.552903175354004,
1.8399999141693115
]
},
{
"extensions":{
"KHR_lights_punctual":{
"light":2
}
},
"name":"Point.002",
"rotation":[
-0.7071068286895752,
0,
0,
0.7071068286895752
],
"translation":[
-0.711254358291626,
2.552903175354004,
3.9904000759124756
]
},
{
"extensions":{
"KHR_lights_punctual":{
"light":3
}
},
"name":"Point.003",
"rotation":[
-0.7071068286895752,
0,
0,
0.7071068286895752
],
"translation":[
-0.711254358291626,
2.552903175354004,
-3.7235891819000244
]
},
{
"extensions":{
"KHR_lights_punctual":{
"light":4
}
},
"name":"Point.004",
"rotation":[
-0.7071068286895752,
0,
0,
0.7071068286895752
],
"translation":[
2.7293860912323,
2.552903175354004,
-2.177130937576294
]
},
{
"extensions":{
"KHR_lights_punctual":{
"light":5
}
},
"name":"Point.005",
"rotation":[
-0.7071068286895752,
0,
0,
0.7071068286895752
],
"translation":[
-4.599659442901611,
2.552903175354004,
-2.177130937576294
]
}
],
"cameras":[
{
"name":"Camera.003",
"perspective":{
"aspectRatio":1.7777777777777777,
"yfov":0.39959652046304894,
"yfov":0.39959651231765747,
"zfar":1000,
"znear":0.10000000149011612
},
Expand Down

0 comments on commit 3c69472

Please sign in to comment.