Camera Regions

Revision as of 12:58, 26 January 2008 by Kato (Talk | contribs) (New page: Camera regions require an AlcScript, a region, and a camera to function. An example script: '''<camera region name>''': region: type: camera camera: messages: -...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Camera regions require an AlcScript, a region, and a camera to function. An example script:

<camera region name>:
	region:
		type: camera
		camera:
			messages:
			  - newcam: <camera object name>
			
<camera object name>:
	camera:
		brain:
			type: <Camera type (fixed, circle, avatar)>
			xpanlimit: 0.8 (amount the user can pan the camera with right mouse button)
			zpanlimit: 0.8 (values range from 0 to 1)
			poa: 0,0,6 (This is the Point on Avatar)
			offset: 0,6,6 (For avatar cameras only, location relative to avatar feet)
			flags:
			  - followlocalavatar
			  - maintainLOS
			circleflags: (only neccesary for circle cameras)
			  - farthest