Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DList Viewer] Add "Show Coordinates" feature #47

Open
Dragorn421 opened this issue Aug 16, 2021 · 0 comments
Open

[DList Viewer] Add "Show Coordinates" feature #47

Dragorn421 opened this issue Aug 16, 2021 · 0 comments

Comments

@Dragorn421
Copy link
Contributor

Dragorn421 commented Aug 16, 2021

Many actors use hardcoded coordinates in model space

For example boss gohma from oot: https://github.com/zeldaret/oot/blob/d95639b993f94a924d2ab66e15efc32fb633c669/src/overlays/actors/ovl_Boss_Goma/z_boss_goma.c#L2038

It would be helpful to have a "Show Coordinates" button in the Display List Viewer where you can input x,y,z coordinates, and it creates some kind of marker at that spot (possibly focusing the camera on it too)

The same thing could be useful in Skeleton Viewer, with the added option of attaching the marker to a limb so it is deformed with the skeleton

Another example with oot's bombchu actor

https://github.com/zeldaret/oot/blob/ed78d18a256ae941d2e821b14e17fb558703775d/src/overlays/actors/ovl_En_Bom_Chu/z_en_bom_chu.c#L361

This is how I investigate these currently within Blender (note: Blender's coordinate system is +z up, not oot's +y up)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant