Skip to content

Commit

Permalink
Merge pull request #11 from coco875/fix-ref
Browse files Browse the repository at this point in the history
fix ref in doc
  • Loading branch information
sauraen authored Jun 19, 2024
2 parents 381a609 + 39f4330 commit 9be473e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 18 deletions.
4 changes: 2 additions & 2 deletions docs/Documentation/Porting your Romhack.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ but is not necessary if you are not using it.
the RSP with `SPCameraWorld`. For OoT, this is not trivial because the game
rendering creates and sets the view matrix in the main DL, then renders the
game contents, then updates the camera, and finally retroactively modifies the
view matrix at the beginning of the main DL. See the code in `docs/Code/Camera.md`.
view matrix at the beginning of the main DL. See the code in @ref camera.
- For specular lighting: Set the `size` field of any `Light_t` and `PosLight_t`
to an appropriate value based on the game engine parameters for that light.
- For the occlusion plane: Bring the code from `cpu/occlusionplane.c` into your
game and follow the included instructions.
- For the performance counters: See `docs/Code/Counters.md`.
- For the performance counters: See @ref counters.
7 changes: 4 additions & 3 deletions docs/code.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Code
You can find more details about camera [here](@ref Camera) and counters [here](@ref Counters).
You can find more details about camera [here](@ref camera) and counters [here](@ref counters).

@subpage camera
@subpage counters
related pages:
- @subpage camera
- @subpage counters
19 changes: 6 additions & 13 deletions docs/documentation.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
# Documentation
- [Backwards Compatibility with F3DEX2](@ref compatibility)
- [Microcode Configuration](@ref microcode)
- [Design Tradeoffs](@ref design-tradeoffs)
- [What happened to the clipping minimal scanlines algorithm?](@ref minimal-scanlines)
- [Performance Results](@ref performance)
- [Porting Your Romhack Codebase to F3DEX3](@ref porting)

@subpage compatibility
@subpage microcode
@subpage design-tradeoffs
@subpage minimal-scanlines
@subpage performance
@subpage porting
- @subpage compatibility
- @subpage microcode
- @subpage design-tradeoffs
- @subpage minimal-scanlines
- @subpage performance
- @subpage porting

0 comments on commit 9be473e

Please sign in to comment.