[3d] add record video support for load3d animation node (#3798)

This commit is contained in:
Terry Jia
2025-05-07 10:12:33 -04:00
committed by GitHub
parent 43365b4318
commit db81b62274
5 changed files with 109 additions and 5 deletions

View File

@@ -229,6 +229,7 @@ class Load3d {
return (
this.STATUS_MOUSE_ON_NODE ||
this.STATUS_MOUSE_ON_SCENE ||
this.isRecording() ||
!this.INITIAL_RENDER_DONE
)
}
@@ -461,7 +462,7 @@ class Load3d {
}
public isRecording(): boolean {
return this.recordingManager.hasRecording()
return this.recordingManager.getIsRecording()
}
public getRecordingDuration(): number {