Skip to content

Commit

Permalink
also sync position rotation scale for media template
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfretin committed Mar 15, 2024
1 parent d0b6770 commit fb60b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/media-frame.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit fb60b01

Please sign in to comment.