mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-21 06:21:16 +00:00
Document Camera Settings (#994)
* Document Settings * Clean Up z64Camera.h * Add comment
This commit is contained in:
parent
dcb8357f72
commit
7e09accf0e
25 changed files with 795 additions and 793 deletions
|
@ -194,7 +194,7 @@ void EnZl4_SetCsCameraMove(GlobalContext* globalCtx, s16 index) {
|
|||
Camera* activeCam = GET_ACTIVE_CAM(globalCtx);
|
||||
Player* player = GET_PLAYER(globalCtx);
|
||||
|
||||
Camera_ChangeSetting(activeCam, CAM_SET_DEMO0);
|
||||
Camera_ChangeSetting(activeCam, CAM_SET_CS_0);
|
||||
Camera_ResetAnim(activeCam);
|
||||
Camera_SetCSParams(activeCam, sCsCameraMove[index].atPoints, sCsCameraMove[index].eyePoints, player,
|
||||
sCsCameraMove[index].relativeToPlayer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue