End0rph1ne Posted April 17, 2015 Share Posted April 17, 2015 Hello,I have a problem ... i am developing a 3D Room, and i have a ceiling with a outcutted half-moon in it ( so u can see the sky through the ceiling)then i have a floorProblem now: renderer.shadowMapEnabled = true;renderer.shadowMapSoft = true;i added a Pointlight over the ceiling, floor.receiveShadow = true;ceiling.castShadow = true; But the Light goes directly through the ceiling .... generally i thought there should be seen a lightened half moon on the floor. Can anyone help me ? ( sry for my bad english ) Quote Link to comment Share on other sites More sharing options...
jucarave Posted April 17, 2015 Share Posted April 17, 2015 As far as I remember, ThreeJS cannot use shadow mapping with point lights, only with directional and spot lights Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.