/** * Flags to enable experimental features in CesiumJS. Stability and performance * may not be optimal when these are enabled. Experimental features are subject * to change without Cesium's standard deprecation policy. *

* Experimental features must still uphold Cesium's quality standards. Here * are some guidelines: *

* * * @namespace * @experimental This feature is using part of the 3D Tiles spec that is not final and is subject to change without Cesium's standard deprecation policy. */ const ExperimentalFeatures = { /** * Toggles the usage of the ModelExperimental class. * * @type {Boolean} */ enableModelExperimental: false, }; export default ExperimentalFeatures;