Skip to content

Commit

Permalink
samples/first-person-camera: Increase FOV
Browse files Browse the repository at this point in the history
  • Loading branch information
leikareipa committed Oct 4, 2020
1 parent 9861d5f commit 75b4e65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion samples/first-person-camera/first-person-camera.js
Expand Up @@ -37,4 +37,6 @@ export const sample_scene = ()=>
});
};

export const sampleRenderOptions = {};
export const sampleRenderOptions = {
fov:65,
};

0 comments on commit 75b4e65

Please sign in to comment.