Have No Light On My Three.js Scene
i have a problem. i have wrote some code on three.js, it consists of scene, 2 objects, renderer and camera. but when i added the light i didnt see the it! i tried some options..bu
Solution 1:
MeshBasicMaterial
does not respond to lights. Change your material to MeshPhongMaterial
, for example.
Post a Comment for "Have No Light On My Three.js Scene"