|
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.SharpEngineAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax public void UpdateSceneAndLightsData(
RenderingContext renderingContext
)
Parameters
- renderingContext RenderingContext
- RenderingContext
See Also