This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
zhangyupeng
/
Babylon.js
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
#3277
Makes threshold optional
pixelscommander
hace 7 años
padre
1488872dac
commit
a178aeee0b
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
src/Layer/babylon.highlightlayer.ts
+ 1
- 1
src/Layer/babylon.highlightlayer.ts
Ver fichero
@@ -60,7 +60,7 @@
/**
* Threshold for cutting glow.
*/
- threshold: number;
+ threshold
?
: number;
}
/**