@ar-js-org/artoolkitplus-ts
Version:
Typescript ARToolKitPlus port thanks to Emscripten
46 lines (39 loc) • 757 B
CSS
#video {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100% ;
height: 100% ;
object-fit: cover;
}
#canvas {
position: absolute;
left: 0;
top: 0;
z-index: 10;
display: block;
width: 100% ;
height: 100% ;
object-fit: cover;
}
#canvas_draw {
position: absolute;
left: 0;
top: 0;
z-index: 100;
display: block;
width: 100% ;
height: 100% ;
object-fit: cover;
}
#overlay {
position: absolute;
left: 0;
top: 0;
z-index: 100;
display: block;
width: 100% ;
height: 100% ;
object-fit: cover;
}