Cube (Portal 2): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with '==Creation== prop_physics - entity models/props/metal_box.mdl - world model portal_weighted_cube - in game command line There are also reflector cubes which can redirect [[e…')
 
No edit summary
Line 1: Line 1:
'''Weighted Storage Cubes''' are box shaped objects in the portal series,
that can be placed on buttons to activate them or bend lasers.
==Creation==
==Creation==
[[prop_physics]] - entity
[[prop_weighted_cube]] - The entity
models/props/metal_box.mdl - world model
models/props/metal_box.mdl - The world model
portal_weighted_cube - in game command line
portal_weighted_cube - in game command line


There are also reflector cubes which can redirect [[env_portal_laser]]'s
There are also reflector cubes which can redirect [[env_portal_laser]]'s
[[prop_physics]] - entity
models/props/reflection_cube.mdl - world model
portal_reflector_cube - in game command line
==The Cube==
Cubes are box shaped objects in the portal series,
that can be placed on buttons to activate them or bend lasers.

Revision as of 12:20, 11 May 2011

Weighted Storage Cubes are box shaped objects in the portal series, that can be placed on buttons to activate them or bend lasers.

Creation

prop_weighted_cube - The entity models/props/metal_box.mdl - The world model portal_weighted_cube - in game command line

There are also reflector cubes which can redirect env_portal_laser's