🆙 Update

- Animation canvas uses full landscape height for proper vertical positioning
- Animation assets always loaded from room collection
- Fallback to default plane when specific plane not found
This commit is contained in:
duckietm
2026-02-05 08:32:02 +01:00
parent e056013d5d
commit 120a502a7d
4 changed files with 108 additions and 13 deletions
@@ -4,4 +4,5 @@ export interface IAssetPlaneVisualizationLayer
color?: number;
offset?: number;
align?: string;
backgroundColor?: string;
}