This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
zhangyupeng
/
Babylon.js
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
#3277
Makes threshold optional
pixelscommander
il y a 7 ans
Parent
1488872dac
commit
a178aeee0b
1 fichiers modifiés
avec
1 ajouts
et
1 suppressions
Vue séparée
Afficher les stats Diff
1
1
src/Layer/babylon.highlightlayer.ts
+ 1
- 1
src/Layer/babylon.highlightlayer.ts
Voir le fichier
@@ -60,7 +60,7 @@
/**
* Threshold for cutting glow.
*/
- threshold: number;
+ threshold
?
: number;
}
/**