Info camera link: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (Reverted edit of Pgmaker, changed back to last version by Ts2do)
Line 1: Line 1:
I have a problem. I searched all over the net without result:(
{{wrongtitle|title=info_camera_link}}
When u open hammer u got 4 screens. 1 in 3D and 3 in 2D. First it was normal but now it looks like this.[[http://users.telenet.be/downloadarea/hammer.jpg]] plz help
==Entity Description==
send reply here or to vancaeneghempieter@hotmail.com
An entity that can use point_cameras to render images for materials used by entities. To author the material, use the special identifier _rt_Camera for the $baseTexture (or whatever texture you want, like envmap, etc.) in the .vmt then connect the 'target' field to the entity which uses that material, and the 'PointCamera' field to the point_camera you want to have appear on that entity's material.
thx
==Keyvalues==
* {{kv targetname}}
* '''target'''
: <target_destination> Entity Whose Material Uses _rt_camera
* '''PointCamera'''
: <target_destination> The name of a point_camera entity in the map that the material should be rendered from.
==Inputs==
* {{i targetname}}
* '''SetCamera <target_destination>'''
: Set the camera to use. The parameter should be the name of a point_camera entity in the map.
==Outputs==
* {{o targetname}}
==See Also==
* [[point_camera]]
[[Category:Entities]]

Revision as of 11:03, 8 February 2006

Template:Wrongtitle

Entity Description

An entity that can use point_cameras to render images for materials used by entities. To author the material, use the special identifier _rt_Camera for the $baseTexture (or whatever texture you want, like envmap, etc.) in the .vmt then connect the 'target' field to the entity which uses that material, and the 'PointCamera' field to the point_camera you want to have appear on that entity's material.

Keyvalues

<target_destination> Entity Whose Material Uses _rt_camera
  • PointCamera
<target_destination> The name of a point_camera entity in the map that the material should be rendered from.

Inputs

Set the camera to use. The parameter should be the name of a point_camera entity in the map.

Outputs

See Also