mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-15 12:24:39 +00:00
z_play
: Camera Docs and Cleanup (#1460)
* begin docs * More suggestions * more docs * timer to duration * partial PR review * init data with player * consistent comments * withPlayer to usingPlayer
This commit is contained in:
parent
aa48c66e10
commit
934d488420
30 changed files with 362 additions and 260 deletions
|
@ -7133,7 +7133,7 @@ void func_80057FC4(Camera* camera) {
|
|||
void Camera_Stub80058140(Camera* camera) {
|
||||
}
|
||||
|
||||
void Camera_InitPlayerSettings(Camera* camera, Player* player) {
|
||||
void Camera_InitDataUsingPlayer(Camera* camera, Player* player) {
|
||||
PosRot playerPosShape;
|
||||
VecGeo eyeNextAtOffset;
|
||||
s32 bgId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue