not really known
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

12 lines
944 B

<div class="row expand">
<button style="background:black;border-radius:2px;width:110px;" class="view" id="stereo">Stereo</button>
<button style="background:black;border-radius:2px;width:110px;" class="view" id="lambert">Lambert</button>
<button style="background:black;border-radius:2px;width:110px;" class="view" id="ortho">Ortho</button>
<button style="background:black;border-radius:2px;width:110px;" class="view" id="equirectangular">Equirectangular</button>
</div>
<div class="row expand">
<button style="background:black;border-radius:2px;width:110px;" class="view" id="mollweide">Mollweide</button>
<button style="background:black;border-radius:2px;width:110px;" class="view" id="gnomic">Gnomic</button>
<button style="background:black;border-radius:2px;width:110px;" class="view" id="fisheye">Fisheye</button>
<button style="background:black;border-radius:2px;width:110px;" class="view" id="polar">Polar</button>
</div>