📜  定向光三js - Javascript代码示例

📅  最后修改于: 2022-03-11 15:02:05.095000             🧑  作者: Mango

代码示例1
// White directional light at half intensity shining from the top.
const directionalLight = new THREE.DirectionalLight( 0xffffff, 0.5 );
scene.add( directionalLight );