Skip to content

Commit 043574e

Browse files
committed
updates to lower resolution bumpmap; fixes render problem w/ particles
1 parent 03873b1 commit 043574e

File tree

8 files changed

+516
-381
lines changed

8 files changed

+516
-381
lines changed

data/earth_bumpmap_4096x2048.jpg

381 KB
Loading

default.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,17 @@ structure
107107
left: 0;
108108
width: 100%;
109109
height: 100%;
110-
min-width: 500px;
111-
min-height: 500px;
112110
text-align: center;
113111
}
114112

113+
canvas#animation {
114+
/* image-rendering: pixelated; */ /* Disable image smoothing */
115+
/* image-rendering: -moz-crisp-edges; */ /* Older Firefox */
116+
/* image-rendering: -webkit-optimize-contrast; */ /* Older Chrome and Safari (WebKit) */
117+
/* image-rendering: -ms-crisp-edges; */ /* Older Edge and IE */
118+
/* image-rendering: crisp-edges; */ /* Fallback */
119+
}
120+
115121
/* page layout */
116122
.content {
117123
min-height: 100%;

0 commit comments

Comments
 (0)