This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
zhangyupeng
/
Babylon.js
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
#3277
Makes threshold optional
pixelscommander
%!s(int64=7) %!d(string=hai) anos
pai
1488872dac
achega
a178aeee0b
Modificáronse 1 ficheiros
con
1 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
1
1
src/Layer/babylon.highlightlayer.ts
+ 1
- 1
src/Layer/babylon.highlightlayer.ts
Ver ficheiro
@@ -60,7 +60,7 @@
/**
* Threshold for cutting glow.
*/
- threshold: number;
+ threshold
?
: number;
}
/**