whs.js/examples/layout.pug
2017-06-29 21:10:13 +03:00

20 lines
596 B
Plaintext

html
head
title Example
include meta.pug
block head
link(rel='stylesheet', href='/examples/assets/css/vendor.css', type='text/css')
link(rel='stylesheet', href='/examples/assets/css/layout.css', type='text/css' )
body
block body
block dependencies
script(src='https://cdnjs.cloudflare.com/ajax/libs/three.js/86/three.min.js')
script(src='../../../build/whs.js')
block additional
script(src='../../../modules/whs-module-statsjs/build/StatsModule.js')
script(src=physicsModule)
block scripts
script(src=`./${scriptname}`)