@shd-developer/interactive-map
Advanced tools
Comparing version 2.2.4 to 2.2.5
@@ -1,4 +0,5 @@ | ||
export * from "./scene-manager"; | ||
export * from "./three-entry-point"; | ||
export * from "./types"; | ||
export * from "./utils"; | ||
"use strict"; | ||
// export { default as SceneManager } from "./scene-manager"; | ||
// export { default as ThreeEntryPoint } from "./three-entry-point"; | ||
// export * from "./types"; | ||
// export * from "./utils"; |
@@ -10,6 +10,4 @@ import constants from "../../constants"; | ||
this.scene = this.dataStore.get(constants.store.scene); | ||
if (config) { | ||
if (config.lights) { | ||
this.lights = this.addLights(this.scene, config.lights); | ||
} | ||
if (config === null || config === void 0 ? void 0 : config.lights) { | ||
this.lights = this.addLights(this.scene, config.lights); | ||
} | ||
@@ -16,0 +14,0 @@ } |
@@ -16,5 +16,2 @@ import { Vector3 } from "three"; | ||
this.mapControls.update(); | ||
// this.mapControls.enabled = false; | ||
// Update the camera here | ||
// this.mapControls.enabled = true; | ||
}; | ||
@@ -21,0 +18,0 @@ ; |
@@ -1,3 +0,2 @@ | ||
import { IBindingConfig } from "../.."; | ||
import { IEventPlugin } from "../../types"; | ||
import { IEventPlugin, IBindingConfig } from "../../types"; | ||
export interface ITabNavigationPlugin extends IEventPlugin { | ||
@@ -4,0 +3,0 @@ handleTabPress(e: KeyboardEvent): void; |
{ | ||
"name": "@shd-developer/interactive-map", | ||
"version": "2.2.4", | ||
"version": "2.2.5", | ||
"description": "A package aimed at simplifying common three.js setups for interactive maps.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
148472
2816