Add Joints component to visualize 3D pose data in Scene. Import pose data from JSON and implement Z-up to Y-up transformation for joint positioning. Update .gitignore to exclude public JSON files.

This commit is contained in:
2025-03-27 16:02:00 +08:00
parent d46b5ca3d6
commit 2ec78b5d74
2 changed files with 35 additions and 0 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@ dist-ssr
*.njsproj
*.sln
*.sw?
public/*.json