mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 18:42:58 +02:00
remove missing camera selectors
This commit is contained in:
parent
6965fb0520
commit
d5b822ddbe
2 changed files with 0 additions and 1325 deletions
File diff suppressed because it is too large
Load diff
|
@ -492,8 +492,6 @@ function loaded() {
|
||||||
var elYTextureURL = document.getElementById("property-y-texture-url");
|
var elYTextureURL = document.getElementById("property-y-texture-url");
|
||||||
var elZTextureURL = document.getElementById("property-z-texture-url");
|
var elZTextureURL = document.getElementById("property-z-texture-url");
|
||||||
|
|
||||||
var elPreviewCameraButton = document.getElementById("preview-camera-button");
|
|
||||||
|
|
||||||
if (window.EventBridge !== undefined) {
|
if (window.EventBridge !== undefined) {
|
||||||
var properties;
|
var properties;
|
||||||
EventBridge.scriptEventReceived.connect(function(data) {
|
EventBridge.scriptEventReceived.connect(function(data) {
|
||||||
|
@ -1133,12 +1131,6 @@ function loaded() {
|
||||||
}));
|
}));
|
||||||
});
|
});
|
||||||
*/
|
*/
|
||||||
elPreviewCameraButton.addEventListener("click", function() {
|
|
||||||
EventBridge.emitWebEvent(JSON.stringify({
|
|
||||||
type: "action",
|
|
||||||
action: "previewCamera"
|
|
||||||
}));
|
|
||||||
});
|
|
||||||
|
|
||||||
window.onblur = function() {
|
window.onblur = function() {
|
||||||
// Fake a change event
|
// Fake a change event
|
||||||
|
|
Loading…
Reference in a new issue