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

Largely match m_shadow #20

Merged
merged 3 commits into from
Sep 13, 2024
Merged

Conversation

robojumper
Copy link
Collaborator

Some functions are iffy and all names are made up, as usual

Comment on lines +129 to +131
struct ResTexObj {
ResCommon<ResTexObjData> mTexObj;
inline ResTexObj(void *vptr) : mTexObj(vptr) {}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For Future notes (will fix in future g3d pass):
nw4r objects starting with Res will inherit usually from ResCommon in the following fashion:
class Res[NAME] : public ResCommon<Res[NAME]Data> { }
The Data isn't always the case, but often times is

src/m/m3d/m_shadow.cpp Outdated Show resolved Hide resolved
@elijah-thomas774 elijah-thomas774 merged commit 3b8392a into zeldaret:main Sep 13, 2024
1 check passed
@robojumper robojumper deleted the m_shadow branch September 13, 2024 18:51
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

Successfully merging this pull request may close these issues.

2 participants