This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
zhangyupeng
/
Babylon.js
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
#3277
Makes threshold optional
pixelscommander
7 anni fa
parent
1488872dac
commit
a178aeee0b
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
src/Layer/babylon.highlightlayer.ts
+ 1
- 1
src/Layer/babylon.highlightlayer.ts
Vedi File
@@ -60,7 +60,7 @@
/**
* Threshold for cutting glow.
*/
- threshold: number;
+ threshold
?
: number;
}
/**