• A
    Renamed renderer.shadowMaterialSide => renderer.shadowMapCullFace · ea4b8a60
    alteredq 提交于
    Default value THREE.CullFaceFront, other valid value THREE.CullFaceBack.
    
    These constants also go into renderer.setFaceCulling( cullFace, frontFace ) where they replace strings:
    
    "back"  => THREE.CullFaceBack
    "front" => THREE.CullFaceFront
    "frontback"    => THREE.CullFaceFrontBack
    ""/0/undefined => THREE.CullFaceNone
    
    See discussion in #2683
    ea4b8a60
Three.js 5.2 KB