babylonjs-addons 8.54.1 → 8.54.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/babylonjs.addons.d.ts
CHANGED
|
@@ -2978,6 +2978,12 @@ declare module ADDONS {
|
|
|
2978
2978
|
* @param enabled - True to enable the atmosphere, false to disable it.
|
|
2979
2979
|
*/
|
|
2980
2980
|
setEnabled(enabled: boolean): void;
|
|
2981
|
+
/**
|
|
2982
|
+
* Returns true if the atmosphere is ready for rendering.
|
|
2983
|
+
* Note, this will cause a render of the global LUTs if they are not up to date.
|
|
2984
|
+
* @returns true if the atmosphere is ready
|
|
2985
|
+
*/
|
|
2986
|
+
isReady(): boolean;
|
|
2981
2987
|
/**
|
|
2982
2988
|
* The class name of the {@link Atmosphere}.
|
|
2983
2989
|
* @returns - The class name of the atmosphere.
|