Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我用three.js rev.76
three.js rev.76
我不知道如何管理THREE.DirectionalLight.
THREE.DirectionalLight
我们可以设置DirectionalLight如下位置:
DirectionalLight
dirLight.position.set(200, 1000, 200 );
但是 DirectionalLight 会看着(0.0.0), 和影子相机。我怎样才能让它看(100.200.300)?
(0.0.0)
(100.200.300)