feat: basic scenes

This commit is contained in:
2024-08-08 21:55:18 +08:00
parent cc1f4f5ad3
commit 6b20334850
11 changed files with 250 additions and 1032 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 267 B

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,11 @@
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
#three-viewport {
position: fixed;
width: 100%;
height: 100%;
}