Dynamic Shadows on func_brush
Quote from pzich on June 26, 2011, 5:22 pmI'm building a room that is dramatically reshaped with panels that have func_brushes attached to them. Mechanically it works fine but due to the way it reshapes the lighting should change rather drastically, however with func_brush's static shadow generation this isn't happening. I'm trying to determine what I should be using to get shadows to change as these panels move but still using a brush or entity that allows me to use the textures of the room.
Thanks for the help.
I'm building a room that is dramatically reshaped with panels that have func_brushes attached to them. Mechanically it works fine but due to the way it reshapes the lighting should change rather drastically, however with func_brush's static shadow generation this isn't happening. I'm trying to determine what I should be using to get shadows to change as these panels move but still using a brush or entity that allows me to use the textures of the room.
Thanks for the help.
Quote from Vordwann on June 26, 2011, 5:34 pmI think what you're looking for is an env_projected_texture
I think what you're looking for is an env_projected_texture
[spoiler][SP] Alternate[/spoiler]
Quote from kwp21 pitts on June 26, 2011, 7:10 pmYou mean env_projectedtexture
Minor correction
You mean env_projectedtexture
Minor correction

VDC User PageQuote from pzich on June 26, 2011, 7:13 pmThanks, this isn't quite what I'm looking for. I would prefer to not have spotlight-like lighting and be able to have more than one light source. I'm looking to have these lights change the shadow on my func_brush or its substitute as the brushes move. Is this simply not a possibility?
Thanks, this isn't quite what I'm looking for. I would prefer to not have spotlight-like lighting and be able to have more than one light source. I'm looking to have these lights change the shadow on my func_brush or its substitute as the brushes move. Is this simply not a possibility?
Quote from MissStabby on June 27, 2011, 7:52 amisnt there just a "YES" you have to set to one of the func_brush's shadow related parameters?
Or a NO if its filed as "disable shadow related thingy?"
isnt there just a "YES" you have to set to one of the func_brush's shadow related parameters?
Or a NO if its filed as "disable shadow related thingy?"
Spotlighted and over 9000 downloads!!! SP_Angrybombs
Here's my youtube & deviantart
Quote from Vordwann on June 27, 2011, 5:54 pmI think so MissStabby.
I think so MissStabby.
[spoiler][SP] Alternate[/spoiler]
Quote from pzich on June 27, 2011, 8:02 pmI believe I tried every shadow and render-related setting available.
Disable Receiving Shadows: No
Disable shadows: No
Projected Texture Cache: I thought this was the problem, but I've tried all the settings with no luck.
Disable flashlight: No
Solid BSP: Tried toggling this, but I believe it's just player-physics related.
Shadows: Yes
I believe I tried every shadow and render-related setting available.
Disable Receiving Shadows: No
Disable shadows: No
Projected Texture Cache: I thought this was the problem, but I've tried all the settings with no luck.
Disable flashlight: No
Solid BSP: Tried toggling this, but I believe it's just player-physics related.
Shadows: Yes
Quote from pzich on June 27, 2011, 9:41 pmAld?z wrote:Take a look at light_dynamic. It's expensive to render, but may be able to do what you want.I'd prefer the light not have hard edges and a defined source (more of a soft box than spotlight) which I can't see how to do with light_dynamic.
I'd prefer the light not have hard edges and a defined source (more of a soft box than spotlight) which I can't see how to do with light_dynamic.
Quote from Pete on June 28, 2011, 9:42 amAs far as I know, regular shadows get baked into surfaces during compile and remain static after that, with the only option for dynamic shadows being env_projectedtexture. Id try experimenting with that, maybe you can make it look less like a spotlight and more regular-light-ish. Im not sure about dynamic lights, but I dont think they cast shadows.
As far as I know, regular shadows get baked into surfaces during compile and remain static after that, with the only option for dynamic shadows being env_projectedtexture. Id try experimenting with that, maybe you can make it look less like a spotlight and more regular-light-ish. Im not sure about dynamic lights, but I dont think they cast shadows.
