Commit c67fb8f
fix: Improve camera angle and text positioning for front-facing mascot view
Camera Changes:
- Repositioned camera from (0, -5, 2) to (0, -6, 1)
- Changed rotation from 75° tilt to 90° straight-forward
- Now shows mascot front-facing instead of side/angled view
Text Changes:
- Moved lyrics from y=2.5 (behind mascot) to z=-0.5 (below mascot)
- Text now visible in front of camera, not obscured
- Maintains 3D professional styling with emission/glossy materials
This fixes the issue where the billboard plane mascot was viewed
from the side, and lyrics were positioned behind the mascot head.
Now renders show front-facing 3D mascot with visible animated text.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 7b54f79 commit c67fb8f
1 file changed
Lines changed: 9 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
100 | | - | |
101 | | - | |
| 101 | + | |
| 102 | + | |
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
| |||
559 | 560 | | |
560 | 561 | | |
561 | 562 | | |
562 | | - | |
563 | | - | |
564 | | - | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
565 | 567 | | |
566 | 568 | | |
567 | 569 | | |
| |||
0 commit comments