Skip to content

Commit

Permalink
tune
Browse files Browse the repository at this point in the history
  • Loading branch information
openblw committed Aug 12, 2019
1 parent 7517ca4 commit 01c8e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/omvr.js
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ function OMVR() {
switch (self.vertex_type) {
case "picam360map" :
case "picam360map3d" :
geometry = quaterSphereGeometry(64);
geometry = quaterSphereGeometry(256);
break;
case "equirectangular" :
geometry = windowGeometry(m_maxfov, m_maxfov, 64);
Expand Down

0 comments on commit 01c8e1a

Please sign in to comment.