aboutsummaryrefslogtreecommitdiffstats
path: root/root/$mmm/plugins/gltf/converts: text$moonscript -> table.moon
blob: 1036eee1791d4ef154ec75bc54169e99f489bc6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
dom = require 'mmm.dom'

{
  {
    inp: 'URL -> model/gltf-binary'
    out: 'mmm/dom'
    cost: 1
    transform: (href) =>
      dom['model-viewer'] {
        src: href
        'auto-rotate': true
        'camera-controls': true
        'camera-orbit': "548.2deg 117deg 282.4m"
      }
  }
}