hart-estate-widget 3.9.0 → 3.9.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/README.md CHANGED
@@ -325,10 +325,17 @@ type TConfig = {
325
325
  /** Upscale top view resolution for better rendering */
326
326
  top_view_upscale: 2;
327
327
  };
328
-
328
+
329
329
  /** Options for Scene camera */
330
330
  camera_options: {
331
- fov_change_speed: 0;
331
+ /** Speed of fov changing per deltaTime */
332
+ fov_change_speed?: number;
333
+ };
334
+
335
+ /** Options for Portal link graphics */
336
+ portal_options?: {
337
+ /** Use overlay div elements instead of three.js graphics */
338
+ use_overlay?: boolean;
332
339
  };
333
340
 
334
341
  /** Options for DefaultLink graphics */