lesca-threejs-orbitcontrols
Version:
add set polar angle and azimuthal angle
20 lines (15 loc) • 414 B
text/less
@import url('https://fonts.googleapis.com/css2?family=Sora&display=swap&css');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap&css');
@import url('./theme.less');
body {
margin: 0;
background-color: @C4;
color: @C5;
font-family: 'Titillium Web', sans-serif;
overscroll-behavior: none;
}
.container {
width: 100%;
background-color: #111;
aspect-ratio: 16 / 9;
}