diff --git a/src/components/media-frame.js b/src/components/media-frame.js index 4c9d75c..5e30aa6 100644 --- a/src/components/media-frame.js +++ b/src/components/media-frame.js @@ -7,7 +7,7 @@ function addMediaFrameTemplate() { const refTemplateId = `#${templateOuter.id}`; NAF.schemas.schemaDict[refTemplateId] = { template: refTemplateId, - components: ["video-texture-target"], + components: ["position", "rotation", "scale", "video-texture-target"], }; NAF.schemas.templateCache[refTemplateId] = templateOuter; }