Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

orthographic camera three js

const camera = new THREE.OrthographicCamera( width / - 2, width / 2, height / 2, height / - 2, 1, 1000 );
scene.add( camera );
 
PREVIOUS NEXT
Tagged: #orthographic #camera #js
ADD COMMENT
Topic
Name
6+5 =