Accumulation frame count is now reset after a resize
This commit is contained in:
@@ -309,6 +309,7 @@ export class Pipeline {
|
||||
|
||||
public resize(width: number, height: number) {
|
||||
this.composer.setSize(width, height)
|
||||
this.accumulationFrame = 0
|
||||
}
|
||||
|
||||
public onStationaryBegin() {
|
||||
|
||||
Reference in New Issue
Block a user