UNPKG
aframe-gui
Version:
latest (0.5.1)
0.5.1
0.5.0
0.3.8
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.5
0.1.2
0.1.1
0.1.0
A-Frame GUI components
github.com/rdub80/aframe-gui
rdub80/aframe-gui
aframe-gui
/
src
/
scripts
/
utils.js
1 lines
•
99 B
JavaScript
View Raw
1
window
.
nearestPow2
=
function
(
n
) {
Math
.
pow
(
2
,
Math
.
round
(
Math
.
log
( n ) /
Math
.
log
(
2
) ) ) }