Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
demo: add a WebGL page
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Nov 29, 2015
1 parent b8d966c commit 9fbc7e1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/db/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,16 @@ function initialize() {
.addDashboard('http://www.youtube.com/embed/YE7VzlLtp-4?autoplay=1',
{ description: 'Big Buck Bunny' });
});
})
.then(function() {
var g = new models.Group('WebGL',
{ description: 'WebGL rendering' });
return g.create()
.then(function() {
return g
.addDashboard('https://c1.goote.ch/c8a05c9a6d4a4929a3fa50e6ebdee0c3.scene/',
{ description: 'Pearl Boy' });
});
});
}
return sequelize
Expand Down

0 comments on commit 9fbc7e1

Please sign in to comment.