Reflections in water for func_brush

Avatar
Robdon
204 Posts
Posted Jan 14, 2012
Hi,

I've got some water in a room, and I've got some 'Deathfield' entities (The red lasers that kill you when you cross, but not cubes etc).

Part of making the deathfield you use the texture laserplane.vmf to make the red laser bit.

Now if you put the laserplane texture on a world brush, it reflects fine in the water.

But, if you then tie a func_brush to it, it stops being reflected in the water.

I need it as a func_brush, as I need to also toggle the enabled flag and solid flag.

I've played with cubemaps etc and 'Render in Fast Reflections' flag, and nothing seems to make func_brushes reflect.

Anyone got any ideas?

Thanks,

Rob.

Advertisement
Registered users don’t see ads! Register now!
Avatar
Skotty
671 Posts
Posted Jan 14, 2012
Replied 2 hours later
For me the laserfield texture on a func_brush with Render Fast Reflections Yes works.
Avatar
Spam Nugget
492 Posts
Posted Jan 14, 2012
Replied 5 hours later
check your graphics settings within portal itself.
Advertisement
Registered users don’t see ads! Register now!
Avatar
Robdon
204 Posts
Posted Jan 14, 2012
Replied 1 hour later

Skotty wrote:
For me the laserfield texture on a func_brush with Render Fast Reflections Yes works.

Bah... must have got mixed up with it, went back and checked the flag and it wasnt set.

Thanks for making me recheck :smile:

Rob.