CanvasMap
Getting Started Tutorials 3D Reference

Class CM3CameraOrthographic extends CM3Camera

CM3CameraOrthographic Class

THREE.js https://threejs.org/docs/#api/en/cameras/OrthographicCamera

Settings Group: Orthographic

Setting Name Type Options Default Comments
left left CMTYPE_FLOAT sets the left side of the viewing area unless a FrustrumSize is specified
right right CMTYPE_FLOAT sets the right side of the viewing area unless a FrustrumSize is specified
top top CMTYPE_FLOAT sets the top side of the viewing area unless a FrustrumSize is specified
bottom bottom CMTYPE_FLOAT sets the bottom side of the viewing area unless a FrustrumSize is specified
FrustumSize FrustumSize CMTYPE_FLOAT 500 sets the width of the viewing area in 3D. If specified, overrides the left, right, top and bottom settings
zoom zoom CMTYPE_FLOAT 1 sets the zoom level for orthographic projections. Smaller values appear further from the objects