option to change the camera type (and can be changed in notebook)
started working on this in the orthographic branch

ongoing work in PR https://github.com/arose/ngl/pull/115
merged the PR, testing appreciated

can you create a branch in NGLView with updated NGL code for camera? And how to change camera type? I can test it but prefer to use notebook. :D
stage.setParameters({cameraType: "orthographic"})
so I did
cd ngl/build
`sh make.sh
then copy js/build/{ngl.js, three.custom.min.js} to NGLView. Nothing shows up. Open JS console and saw
[.CommandBufferContext]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glClear: framebuffer incomplete
done. work nicely.
Most helpful comment
stage.setParameters({cameraType: "orthographic"})