diff --git a/website/o3dv/js/website.js b/website/o3dv/js/website.js index 89c62ec..6e19037 100644 --- a/website/o3dv/js/website.js +++ b/website/o3dv/js/website.js @@ -155,6 +155,14 @@ OV.Website = class this.navigator.FillTree (importResult); this.UpdateSidebar (); this.FitModelToWindow (true); + + if (this.parameters.fileNameDiv.innerHTML === 'christmas_challenge.gltf') { + this.dialog = OV.ShowMessageDialog ( + 'Christmas Challenge', + 'Click on the boxes and find the hidden surprise. 🎁', + null + ); + } } OnModelClicked (button, mouseCoordinates)