Adds the camera to available APIs with retrieving of the worldView
This commit is contained in:
parent
d672a2dead
commit
4356767739
9 changed files with 86 additions and 7 deletions
|
@ -30,6 +30,7 @@ export class EmbeddedWebsiteManager {
|
|||
height: rect["height"],
|
||||
},
|
||||
origin: website.origin,
|
||||
scale: website.scale,
|
||||
};
|
||||
});
|
||||
|
||||
|
@ -144,9 +145,9 @@ export class EmbeddedWebsiteManager {
|
|||
name,
|
||||
url,
|
||||
/*x,
|
||||
y,
|
||||
width,
|
||||
height,*/
|
||||
y,
|
||||
width,
|
||||
height,*/
|
||||
allow,
|
||||
allowApi,
|
||||
visible,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue