@shapediver/viewer.rendering-engine.rendering-engine
Advanced tools
Comparing version 2.10.1-rc.0 to 2.11.0
@@ -1,2 +0,3 @@ | ||
export {}; | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=IManager.js.map |
@@ -1,3 +0,13 @@ | ||
import { BUSY_MODE_DISPLAY, FLAG_TYPE, RENDERER_TYPE, SESSION_SETTINGS_MODE, TEXTURE_ENCODING, TONE_MAPPING, VISIBILITY_MODE, SPINNER_POSITIONING } from './IRenderingEngine'; | ||
export { RENDERER_TYPE, VISIBILITY_MODE, TEXTURE_ENCODING, TONE_MAPPING, BUSY_MODE_DISPLAY, SESSION_SETTINGS_MODE, FLAG_TYPE, SPINNER_POSITIONING }; | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SPINNER_POSITIONING = exports.FLAG_TYPE = exports.SESSION_SETTINGS_MODE = exports.BUSY_MODE_DISPLAY = exports.TONE_MAPPING = exports.TEXTURE_ENCODING = exports.VISIBILITY_MODE = exports.RENDERER_TYPE = void 0; | ||
const IRenderingEngine_1 = require("./IRenderingEngine"); | ||
Object.defineProperty(exports, "BUSY_MODE_DISPLAY", { enumerable: true, get: function () { return IRenderingEngine_1.BUSY_MODE_DISPLAY; } }); | ||
Object.defineProperty(exports, "FLAG_TYPE", { enumerable: true, get: function () { return IRenderingEngine_1.FLAG_TYPE; } }); | ||
Object.defineProperty(exports, "RENDERER_TYPE", { enumerable: true, get: function () { return IRenderingEngine_1.RENDERER_TYPE; } }); | ||
Object.defineProperty(exports, "SESSION_SETTINGS_MODE", { enumerable: true, get: function () { return IRenderingEngine_1.SESSION_SETTINGS_MODE; } }); | ||
Object.defineProperty(exports, "TEXTURE_ENCODING", { enumerable: true, get: function () { return IRenderingEngine_1.TEXTURE_ENCODING; } }); | ||
Object.defineProperty(exports, "TONE_MAPPING", { enumerable: true, get: function () { return IRenderingEngine_1.TONE_MAPPING; } }); | ||
Object.defineProperty(exports, "VISIBILITY_MODE", { enumerable: true, get: function () { return IRenderingEngine_1.VISIBILITY_MODE; } }); | ||
Object.defineProperty(exports, "SPINNER_POSITIONING", { enumerable: true, get: function () { return IRenderingEngine_1.SPINNER_POSITIONING; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,5 @@ | ||
export var RENDERER_TYPE; | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SPINNER_POSITIONING = exports.FLAG_TYPE = exports.SESSION_SETTINGS_MODE = exports.BUSY_MODE_DISPLAY = exports.TONE_MAPPING = exports.TEXTURE_ENCODING = exports.VISIBILITY_MODE = exports.RENDERER_TYPE = void 0; | ||
var RENDERER_TYPE; | ||
(function (RENDERER_TYPE) { | ||
@@ -7,4 +10,4 @@ /** The standard rendering engine */ | ||
RENDERER_TYPE["ATTRIBUTES"] = "attributes"; | ||
})(RENDERER_TYPE || (RENDERER_TYPE = {})); | ||
export var VISIBILITY_MODE; | ||
})(RENDERER_TYPE = exports.RENDERER_TYPE || (exports.RENDERER_TYPE = {})); | ||
var VISIBILITY_MODE; | ||
(function (VISIBILITY_MODE) { | ||
@@ -17,4 +20,4 @@ /** The viewer shows the scene instantly */ | ||
VISIBILITY_MODE["MANUAL"] = "manual"; | ||
})(VISIBILITY_MODE || (VISIBILITY_MODE = {})); | ||
export var TEXTURE_ENCODING; | ||
})(VISIBILITY_MODE = exports.VISIBILITY_MODE || (exports.VISIBILITY_MODE = {})); | ||
var TEXTURE_ENCODING; | ||
(function (TEXTURE_ENCODING) { | ||
@@ -28,4 +31,4 @@ TEXTURE_ENCODING["LINEAR"] = "linear"; | ||
TEXTURE_ENCODING["GAMMA"] = "gamma"; | ||
})(TEXTURE_ENCODING || (TEXTURE_ENCODING = {})); | ||
export var TONE_MAPPING; | ||
})(TEXTURE_ENCODING = exports.TEXTURE_ENCODING || (exports.TEXTURE_ENCODING = {})); | ||
var TONE_MAPPING; | ||
(function (TONE_MAPPING) { | ||
@@ -37,7 +40,7 @@ TONE_MAPPING["NONE"] = "none"; | ||
TONE_MAPPING["ACES_FILMIC"] = "aces_filmic"; | ||
})(TONE_MAPPING || (TONE_MAPPING = {})); | ||
})(TONE_MAPPING = exports.TONE_MAPPING || (exports.TONE_MAPPING = {})); | ||
/** | ||
* Modes used to indicate that a viewport is busy. | ||
*/ | ||
export var BUSY_MODE_DISPLAY; | ||
var BUSY_MODE_DISPLAY; | ||
(function (BUSY_MODE_DISPLAY) { | ||
@@ -50,3 +53,3 @@ /** The viewport will be blurred when a session is busy. */ | ||
BUSY_MODE_DISPLAY["NONE"] = "none"; | ||
})(BUSY_MODE_DISPLAY || (BUSY_MODE_DISPLAY = {})); | ||
})(BUSY_MODE_DISPLAY = exports.BUSY_MODE_DISPLAY || (exports.BUSY_MODE_DISPLAY = {})); | ||
; | ||
@@ -65,3 +68,3 @@ /** | ||
*/ | ||
export var SESSION_SETTINGS_MODE; | ||
var SESSION_SETTINGS_MODE; | ||
(function (SESSION_SETTINGS_MODE) { | ||
@@ -79,3 +82,3 @@ /** No settings of a session will be used for the viewport. */ | ||
SESSION_SETTINGS_MODE["MANUAL"] = "manual"; | ||
})(SESSION_SETTINGS_MODE || (SESSION_SETTINGS_MODE = {})); | ||
})(SESSION_SETTINGS_MODE = exports.SESSION_SETTINGS_MODE || (exports.SESSION_SETTINGS_MODE = {})); | ||
; | ||
@@ -85,3 +88,3 @@ /** | ||
*/ | ||
export var FLAG_TYPE; | ||
var FLAG_TYPE; | ||
(function (FLAG_TYPE) { | ||
@@ -96,4 +99,4 @@ /** The flag for the busy mode. */ | ||
FLAG_TYPE["CONTINUOUS_SHADOW_MAP_UPDATE"] = "continuous_shadow_map_update"; | ||
})(FLAG_TYPE || (FLAG_TYPE = {})); | ||
export var SPINNER_POSITIONING; | ||
})(FLAG_TYPE = exports.FLAG_TYPE || (exports.FLAG_TYPE = {})); | ||
var SPINNER_POSITIONING; | ||
(function (SPINNER_POSITIONING) { | ||
@@ -105,3 +108,3 @@ SPINNER_POSITIONING["CENTER"] = "center"; | ||
SPINNER_POSITIONING["BOTTOM_RIGHT"] = "bottom_right"; | ||
})(SPINNER_POSITIONING || (SPINNER_POSITIONING = {})); | ||
})(SPINNER_POSITIONING = exports.SPINNER_POSITIONING || (exports.SPINNER_POSITIONING = {})); | ||
//# sourceMappingURL=IRenderingEngine.js.map |
@@ -1,2 +0,3 @@ | ||
export {}; | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=ISDObject.js.map |
{ | ||
"name": "@shapediver/viewer.rendering-engine.rendering-engine", | ||
"version": "2.10.1-rc.0", | ||
"version": "2.11.0", | ||
"description": "", | ||
@@ -42,9 +42,9 @@ "keywords": [], | ||
"dependencies": { | ||
"@shapediver/viewer.shared.math": "2.10.1-rc.0", | ||
"@shapediver/viewer.shared.node-tree": "2.10.1-rc.0", | ||
"@shapediver/viewer.shared.services": "2.10.1-rc.0", | ||
"@shapediver/viewer.shared.types": "2.10.1-rc.0", | ||
"@shapediver/viewer.shared.math": "2.11.0", | ||
"@shapediver/viewer.shared.node-tree": "2.11.0", | ||
"@shapediver/viewer.shared.services": "2.11.0", | ||
"@shapediver/viewer.shared.types": "2.11.0", | ||
"gl-matrix": "3.3.0" | ||
}, | ||
"gitHead": "7d6e75b740536d82351b9f4d1c2b0722bbde5a87" | ||
"gitHead": "abc828ee5f772bc79b737c994716b8ec372503ef" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
30172
430
1
215
6
14
1
47
+ Added@shapediver/viewer.settings@0.5.7(transitive)
+ Added@shapediver/viewer.shared.build-data@2.11.0(transitive)
+ Added@shapediver/viewer.shared.math@2.11.0(transitive)
+ Added@shapediver/viewer.shared.node-tree@2.11.0(transitive)
+ Added@shapediver/viewer.shared.services@2.11.0(transitive)
+ Added@shapediver/viewer.shared.types@2.11.0(transitive)
- Removed@shapediver/viewer.settings@0.5.5(transitive)
- Removed@shapediver/viewer.shared.build-data@2.10.1-rc.0(transitive)
- Removed@shapediver/viewer.shared.math@2.10.1-rc.0(transitive)
- Removed@shapediver/viewer.shared.node-tree@2.10.1-rc.0(transitive)
- Removed@shapediver/viewer.shared.services@2.10.1-rc.0(transitive)
- Removed@shapediver/viewer.shared.types@2.10.1-rc.0(transitive)