Click or drag to resize
Ab4d.SharpEngine logo

SceneUpdateSceneAndLightsData Method

UpdateSceneAndLightsData method updated the scene, camera and lights data structures and marks scene and lights buffers as dirty. This method can be called only when there are any camera or light changed. The actual buffers are updated in the UpdateGpuBuffers(RenderingContext) method.

Namespace: Ab4d.SharpEngine
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax
C#
public void UpdateSceneAndLightsData(
	RenderingContext renderingContext
)

Parameters

renderingContext  RenderingContext
RenderingContext
See Also