This website works better with JavaScript
Home
Explore
Help
Register
Sign In
zhangyupeng
/
Babylon.js
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
#3277
Makes threshold optional
pixelscommander
7 years ago
parent
1488872dac
commit
a178aeee0b
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/Layer/babylon.highlightlayer.ts
+ 1
- 1
src/Layer/babylon.highlightlayer.ts
View File
@@ -60,7 +60,7 @@
/**
* Threshold for cutting glow.
*/
- threshold: number;
+ threshold
?
: number;
}
/**