Breakable Glass: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(just a start)
m (linkified key value)
Line 7: Line 7:
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.)
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.
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.)
5. Add an env_cubemap to the surface of the glass texture. (Put it right on there.)

Revision as of 18:04, 29 June 2005


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.)