feat: basic scenes
This commit is contained in:
BIN
docs/assets/images/cherry_petal_atlas.png
Normal file
BIN
docs/assets/images/cherry_petal_atlas.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 267 B |
BIN
docs/assets/models/website_viewport_1.glb
Normal file
BIN
docs/assets/models/website_viewport_1.glb
Normal file
Binary file not shown.
BIN
docs/assets/models/website_viewport_2.glb
Normal file
BIN
docs/assets/models/website_viewport_2.glb
Normal file
Binary file not shown.
11
docs/assets/stylesheets/main.css
Normal file
11
docs/assets/stylesheets/main.css
Normal file
@ -0,0 +1,11 @@
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#three-viewport {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
Reference in New Issue
Block a user