somnath281 Posted October 13, 2015 Share Posted October 13, 2015 Hi,I am getting some weird issues. I have attached a link please do have a look.There are two scenes (Bedroom and kitchen). In bedroom there are few small objects (wardrobe, wall, bed, roof, floor etc.).I implemented mirror texture code, but for some reason I am not getting reflections of floor and bed.Note: for other objects I am getting reflection.Any Idea? Another Issue is in kitchen I tried to use few lights (hemi, spot), but I am not able to use more than 4 lights.How can I use more than 4 lights? https://drive.google.com/open?id=0B-cQHtrVjRzwd2J3dlRuOTlPVFU Quote Link to comment Share on other sites More sharing options...
JCPalmer Posted October 13, 2015 Share Posted October 13, 2015 As for light limit, you can have many, but only 4 can "shine" on any given mesh at a time. This is not a problem, but design limitation. Quote Link to comment Share on other sites More sharing options...
gryff Posted October 13, 2015 Share Posted October 13, 2015 To use more than 4 lights you can do either or both of these things:light.includedOnlyMeshes(mesh1, mesh2 ... etc);orlight.excludeMeshes(mesh1, mesh2 ... etc);cheers, gryff GameMonetize 1 Quote Link to comment Share on other sites More sharing options...
somnath281 Posted October 15, 2015 Author Share Posted October 15, 2015 Thanks gryff,This helped. but I am still confuse about mirror reflection, why is not coming. 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.