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)
fork icon0
star icon0
watch icon1

Other functions in three

Sorted by popularity

function icon

three.Vector3 is the most popular function in three (22341 examples)