div#PointVisual {
    position: relative;
}

div#PointVisual>div {
    position: absolute;
    height: 2px;
    width: 2px;
    background: #7effd4;
}

div#PointVisual>div>div {
    width: .5px;
    height: 10px;
    background: #ffffff1a;
    display: flex;
}


canvas#renderCanvas {
    width: 100%;
    height: calc(100vh - 60px);
    outline: none;
}