Skip to content

Commit

Permalink
updates to lower resolution bumpmap; fixes render problem w/ particles
Browse files Browse the repository at this point in the history
danielpeter committed Sep 17, 2024
1 parent 03873b1 commit 043574e
Showing 8 changed files with 516 additions and 381 deletions.
Binary file added data/earth_bumpmap_4096x2048.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 8 additions & 2 deletions default.css
Original file line number Diff line number Diff line change
@@ -107,11 +107,17 @@ structure
left: 0;
width: 100%;
height: 100%;
min-width: 500px;
min-height: 500px;
text-align: center;
}

canvas#animation {
/* image-rendering: pixelated; */ /* Disable image smoothing */
/* image-rendering: -moz-crisp-edges; */ /* Older Firefox */
/* image-rendering: -webkit-optimize-contrast; */ /* Older Chrome and Safari (WebKit) */
/* image-rendering: -ms-crisp-edges; */ /* Older Edge and IE */
/* image-rendering: crisp-edges; */ /* Fallback */
}

/* page layout */
.content {
min-height: 100%;
Loading

0 comments on commit 043574e

Please sign in to comment.