|
SuperInstancedShaderApplyPerFrameSettings Method |
Sets per frame settings for this effect (this sets camera, lights and other per frame settings).
Namespace: Ab3d.DirectX.ShadersAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public void ApplyPerFrameSettings(
ICamera camera,
IList<ILight> lights,
RenderingContext renderingContext
)
Parameters
- camera ICamera
- camera
- lights IListILight
- list of lights
- renderingContext RenderingContext
- RenderingContext
See Also