CameraNodeInvalidateViewDependentData Method |
Namespace: DigitalRune.Graphics.SceneGraph
The ViewDependentData dictionary can be used to store view-dependent information with the camera node.
When there is an abrupt change ("cut") in the scene the method InvalidateViewDependentData needs to be called to reset any view-dependent information. For example, this can be necessary when a new level is loaded or the view changes significantly from one frame to the next. This method disposes any data in the ViewDependentData dictionary that implements the interface IDisposable.