KOLARI Posted January 17, 2017 Report Posted January 17, 2017 (edited) The problem I have is that I have two props close to each other and the other one is causing some lighting problems to another one. I tried to use info_lighting to set the origin of other prop to another place but it still acts as if it were on its original place. Any help or does it just not work the way I think it does? Edited January 17, 2017 by KOLARI Quote
leplubodeslapin Posted January 17, 2017 Report Posted January 17, 2017 The info_lighting entity can only work if the method used for rendering the lighting is the basic one. It's the cheapest, it only takes into account lighting informations from 1 point, usually your model's origin or the info_lighting coordinates if you're using one. But here, it seems that the lighting on your model is calculated on each vertices, because the upper part is not affected by the shadow but the lower part is. That's what is called the "vertex lighting" method. The easiest solution I think would be to find the origin of that shadow and fix it from here (probably disabling the shadows from a prop). There is also a prop_static property that could be used, "Disable Vertex Lighting", but i don't think it's working on CSGO. I tried to write an article about lighting stuff a while ago (Part 1 and Part 2), maybe it can help you. KOLARI 1 Quote
Squad Posted January 17, 2017 Report Posted January 17, 2017 info_lighting is no longer supported in CSGO since the lighting and shader improvement update. Vaya, grapen and leplubodeslapin 3 Quote
leplubodeslapin Posted January 17, 2017 Report Posted January 17, 2017 Oh ... ok ... Thank you Squad Squad 1 Quote
Squad Posted January 17, 2017 Report Posted January 17, 2017 (edited) But @leplubodeslapin pretty much covered the solution for it. I'm not really sure what is a prop and what isn't in the picture, but "disable shadows - yes" would probably fix your issue (or at least improve the lighting). Edited January 17, 2017 by Squad Quote
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.