UNPKG

jj-spielfigur-3d

Version:

Comic-Figures and Archetypes in 3D for Games / E-Learning drawn by Jens Janetzki.

9 lines (7 loc) 226 B
const THREE = require('three'); export default function cam () { this.camera = new THREE.PerspectiveCamera( 75, 1, 0.1, 1000 ) this.camera.position.set( 0, .8, 2 ); this.camera.lookAt( 0, 0.4 ); return this.camera; }