How to use the PSCFSoftShadowMap function from three
Find comprehensive JavaScript three.PSCFSoftShadowMap code examples handpicked from public code repositorys.
36 37 38 39 40 41 42 43 44
, antialias: true } ) this.renderer.setClearColor(0x444444, 1.0) this.renderer.shadowMap.enabled = true this.renderer.shadowMap.type = THREE.PSCFSoftShadowMap let loader = new THREE.ObjectLoader() this.scene = loader.parse(baseScene)
0
0
1
three.Vector3 is the most popular function in three (22341 examples)