mirror of
https://github.com/WhitestormJS/whs.js.git
synced 2026-01-25 16:08:01 +00:00
21 lines
589 B
Plaintext
21 lines
589 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 stats
|
|
script(src='../../../modules/StatsModule.js')
|
|
block additional
|
|
script(src=physicsModule)
|
|
|
|
block scripts
|
|
script(src=`./${scriptname}`)
|