Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
anavmehta12 committed May 1, 2024
1 parent f520bea commit 1a8a354
Show file tree
Hide file tree
Showing 15 changed files with 393 additions and 0 deletions.
Binary file added finalproject/assets/HeterogenousFog1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added finalproject/assets/HomogenousFog1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added finalproject/assets/SpotlightBunny.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added finalproject/assets/SpotlightBunnyRedFog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added finalproject/assets/SpotlightFogBunny.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added finalproject/assets/spheres_distance5thpower.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
61 changes: 61 additions & 0 deletions finalproject/global.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
body {
font-family: "Montserrat", sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
background: #f4f4f4;
color: #333;
}
header,
section,
footer {
margin: 10px;
padding: 20px;
background: white;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
text-align: center;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}

h2 {
border-bottom: 2px solid #eeeeee;
padding-bottom: 10px;
color: #5a5a5a;
}

li {
padding: 5px 0;
text-align: left;
}
p {
text-align: left;
}

.results {
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
}
.image img {
width: auto;
height: 300px;
margin: 10px;
border-radius: 8px;
}
.image {
display: flex;
flex-direction: column;
}

/* code {
font-family: Monaco;
font-size: 14px;
background-color: #f4f4f4;
padding: 4px 8px;
border-radius: 4px;
text-align: left;
} */
321 changes: 321 additions & 0 deletions finalproject/index.html

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions finalproject/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"cSpell.words": [
"Basilio",
"BSDF",
"Collada",
"Greenstein",
"Henyey",
"Mehta",
"Perlin"
]
}

0 comments on commit 1a8a354

Please sign in to comment.