Add IsSingleFrame to RenderView for thumbnails/pre-render views drawing without temporal effects and LOD transitions
This commit is contained in:
@@ -97,6 +97,11 @@ public:
|
||||
/// </summary>
|
||||
API_FIELD() bool IsOfflinePass = false;
|
||||
|
||||
/// <summary>
|
||||
/// Flag used by single-frame rendering passes (eg. thumbnail rendering, model view caching) to reject LOD transitions animations and other temporal draw effects.
|
||||
/// </summary>
|
||||
API_FIELD() bool IsSingleFrame = false;
|
||||
|
||||
/// <summary>
|
||||
/// The static flags mask used to hide objects that don't have a given static flags. Eg. use StaticFlags::Lightmap to render only objects that can use lightmap.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user