UNPKG
vertecs
Version:
latest (2.2.2)
2.2.2
2.2.1
2.1.1
2.1.0
2.0.1
1.0.0
A typescript entity-component-system framework
vertecs
/
examples
/
oimo
/
rotation.html
16 lines
(15 loc)
•
256 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>
Hello Cube
</
title
>
<
style
>
body
{
margin
:
0
; }
</
style
>
</
head
>
<
body
>
<
script
src
=
"../../dist/examples/oimo/rotation.js"
type
=
"module"
>
</
script
>
</
body
>
</
html
>