This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
javascript
/
three.js
miroir de
https://github.com/tazdij/three.js.git
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
fix bug related to semi-transparent maps.
Ben Houston
il y a 10 ans
Parent
80ff7d2ade
commit
93517e66c7
1 fichiers modifiés
avec
1 ajouts
et
1 suppressions
Vue séparée
Afficher les stats Diff
1
1
src/renderers/shaders/ShaderChunk/map_fragment.glsl
+ 1
- 1
src/renderers/shaders/ShaderChunk/map_fragment.glsl
Voir le fichier
@@ -8,6 +8,6 @@
#endif
- diffuseColor
.rgb
*= texelColor
.rgb
;
+ diffuseColor *= texelColor;
#endif