Files
opensim/OpenSim/Region/ScriptEngine/Shared/Api/Runtime
BlueWall 06b61b68c7 Adding osFunctions for light projection
Set the projection parameters in the host prim ...
	osSetProjectionParam(bool Enabled,
				key TextureMaskUUID,
				float FOV,
				float Focus,
				float Ambiance);

	Set the projection parameters in a target prim ...
	osSetProjectionParam(ikey target uuid,
				bool Enabled,
				key TextureMaskUUID,
				float FOV,
				float Focus,
				float Ambiance);

	Threat Level very high

Signed-off-by: Melanie <melanie@t-data.com>
2010-10-17 09:52:12 +01:00
..
2009-06-10 04:28:56 +00:00
2010-01-11 02:04:05 +00:00
2010-06-11 17:48:41 +01:00
2010-08-06 18:29:30 +01:00