mirror of
https://github.com/wahyd4/three.js.git
synced 2026-08-09 04:56:01 +10:00
Changed materials a bit to look better with lighter environment map. Added space to buttons HTML so that Firefox don't draw them sticked together. Also re-added htaccess for BIN files.
8 lines
101 B
ApacheConf
8 lines
101 B
ApacheConf
<Files *.js>
|
|
SetOutputFilter DEFLATE
|
|
</Files>
|
|
|
|
<Files *.bin>
|
|
SetOutputFilter DEFLATE
|
|
</Files>
|