image2mesh / view /index.css
mie035
mod
fba2ed6
raw
history blame contribute delete
162 Bytes
html, body {
width: 100%;
height: 100%;
overflow: hidden;
}
#renderCanvas {
width : 100%;
height : 100%;
touch-action: none;
}