Skip to content

Commit f0e5422

Browse files
fix: equirectangular should be equivelent to 360 (#28)
1 parent 9e54437 commit f0e5422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const getInternalProjectionName = function(projection) {
7373
}
7474

7575
if ((/equirectangular/i).test(projection)) {
76-
return '360_CUBE';
76+
return '360';
7777
}
7878

7979
for (let i = 0; i < validProjections.length; i++) {

0 commit comments

Comments
 (0)