• A
    Added frontface direction constants. · 55e8d364
    alteredq 提交于
    These replace frontFaceDirection parameter strings in renderer.setFaceCulling( cullFace, frontFaceDirection ):
    
    "cw"  => THREE.FrontFaceDirectionCW
    "ccw" => THREE.FrontFaceDirectionCCW
    
    See related cullFace constants changes in #2683
    55e8d364
three.min.js 384.7 KB