Click or drag to resize
AB4D logo

EffectApplyPerFrameSettings Method

Sets per frame settings for this effect (this sets camera, lights and other per frame settings).

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public void ApplyPerFrameSettings(
	ICamera camera,
	IList<ILight> lights,
	RenderingContext renderingContext
)

Parameters

camera  ICamera
camera
lights  IListILight
list of lights
renderingContext  RenderingContext
RenderingContext
See Also