Commit 86d4abc
Give the snow a fluffy clumpy texture and a snow ground, Disney-style
Follows the reference look (Stomakhin snow slab/snowball) the user pointed
at. Three changes:
- Baked clumpy micro-relief: after decimation+Taubin, the surface is pushed
along its normal by a fixed 3D value-noise field (CLUMP=0.42 cell,
CLUMP_FREQ=3/cell ~ 1.5cm clods). Fixed in space, so settled snow doesn't
shimmer; applied after smoothing so the high-frequency part survives.
- The ground is now packed snow (bright bluish-white, strong bump grain),
not a bare pale floor -- matching the reference where the slab itself is
snow, and giving the thin debris carpet a snow bed to sit on.
- Hemisphere light now reads as an overcast sky (white above, cool snow-blue
bounce below) so shadowed snow picks up the bluish tint; sun is slightly
warm.
Known limit, stated honestly: the settled carpet is still physically 1-2
particles (~5mm) thick, so a straight top-down view still reads as texture
plus terrain rather than volume -- no renderer can give a 5mm sheet side
area from above. Making the floor a real simulated snow bed the letters
crater into would fix that, at the cost of a re-sim and ~2x payload.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent d3dba4d commit 86d4abc
3 files changed
Lines changed: 64 additions & 8 deletions
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
116 | 151 | | |
117 | 152 | | |
118 | 153 | | |
| |||
196 | 231 | | |
197 | 232 | | |
198 | 233 | | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
199 | 250 | | |
200 | 251 | | |
201 | 252 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
223 | 225 | | |
224 | | - | |
| 226 | + | |
225 | 227 | | |
226 | 228 | | |
227 | 229 | | |
| |||
246 | 248 | | |
247 | 249 | | |
248 | 250 | | |
| 251 | + | |
249 | 252 | | |
250 | 253 | | |
251 | 254 | | |
| |||
423 | 426 | | |
424 | 427 | | |
425 | 428 | | |
| 429 | + | |
| 430 | + | |
426 | 431 | | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
431 | 436 | | |
432 | 437 | | |
433 | 438 | | |
| |||
531 | 536 | | |
532 | 537 | | |
533 | 538 | | |
534 | | - | |
| 539 | + | |
535 | 540 | | |
536 | 541 | | |
537 | 542 | | |
538 | 543 | | |
539 | | - | |
| 544 | + | |
540 | 545 | | |
541 | 546 | | |
542 | 547 | | |
| |||
0 commit comments