Breakable Glass: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (linkified key value)
m (Defined the game. Is that ok?)
Line 1: Line 1:
[[Category:Level Design]]
[[Category:Level Design]]
 
{{HL2}}
1. Create a brush where you want the glass to be, using the nodraw texture. Like real glass, it should be very thin.
1. Create a brush where you want the glass to be, using the nodraw texture. Like real glass, it should be very thin.



Revision as of 18:14, 29 June 2005

Half-Life 2 1. Create a brush where you want the glass to be, using the nodraw texture. Like real glass, it should be very thin.

2. Apply a nice-looking glass texture to one face. (Not on both sides!)

3. Select the brush and click the "To Entity" button in the lower right. Choose func_breakable in the drop-down list. (If you want the glass to completely shatter, choose func_breakable_surf instead.)

4. Go to the Material Type key value and select Glass.

5. Add an env_cubemap to the surface of the glass texture. (Put it right on there.)