This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
zhangyupeng
/
Babylon.js
Watch
1
Star
0
Fork
0
ファイル
課題
0
プルリクエスト
0
Wiki
ソースを参照
#3277
Makes threshold optional
pixelscommander
7 年 前
親
1488872dac
コミット
a178aeee0b
1 ファイル変更
、
1 行追加
、
1 行削除
分割表示
差分情報を表示
1
1
src/Layer/babylon.highlightlayer.ts
+ 1
- 1
src/Layer/babylon.highlightlayer.ts
ファイルの表示
@@ -60,7 +60,7 @@
/**
* Threshold for cutting glow.
*/
- threshold: number;
+ threshold
?
: number;
}
/**