Home
last modified time | relevance | path

Searched refs:fov (Results 1 – 4 of 4) sorted by relevance

/plugin/stlviewer/stlviewer/
H A DOrbitControls.js173 if ( scope.object.fov !== undefined ) {
181 targetDistance *= Math.tan( ( scope.object.fov / 2 ) * Math.PI / 180.0 );
H A Dthree.min.js2fov=void 0!==t?t:50,this.zoom=1,this.near=void 0!==n?n:.1,this.far=void 0!==r?r:2e3,this.focus=10,… property in cameraR._cache
H A Dstl_viewer.min.js2 …maxx,o.maxy,o.maxz));var a=new THREE.Vector3;t.getSize(a);const i=o.camera.fov*(Math.PI/180),n=2*M…
/plugin/processing/
H A Dscript.js6732 p.perspective = function perspective(fov, aspect, near, far) { argument
6740 fov = cameraFOV;
6747 yMax = near * Math.tan(fov / 2);