Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
rgfigueredo91 committed Nov 5, 2023
1 parent 6fc6f1a commit 7af0242
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ps-vr7/layama.scene.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function getLayamaCameras()
function getLayamaResolutions()
{
var layamaResolutions = new BABYLON.SmartArray(0);
layamaResolutions.push("1024");
layamaResolutions.push("2048");
layamaResolutions.push("1024");
return layamaResolutions;
}
Expand Down
Binary file modified ps-vr7/mesh.glb
Binary file not shown.

0 comments on commit 7af0242

Please sign in to comment.