Fix load scene example to use proper serialization format for rotation field (#10638)

# Objective

Fixes #10479

## Solution

- Updated scene file
This commit is contained in:
Alex Okafor 2023-11-20 20:14:50 -05:00 committed by GitHub
parent 57a175f546
commit 5a4a2882c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,12 @@
y: 0.0,
z: 0.0
),
rotation: (0.0, 0.0, 0.0, 1.0),
rotation: (
x: 0.0,
y: 0.0,
z: 0.0,
w: 1.0,
),
scale: (
x: 1.0,
y: 1.0,