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

Add support for emission lighting for materials #7

Merged
merged 1 commit into from
Apr 29, 2024

Conversation

mardy
Copy link
Collaborator

@mardy mardy commented Apr 29, 2024

Since the on the first TEV stage the parameters A, B and C are unused, we can use A for the emission lighting: we store the emission color in a TEV registry, then tell GX_SetTevColorIn() to read the input from that registry.

This was tested using the tutorial 12 from swiftless.com.

Since the on the first TEV stage the parameters A, B and C are unused,
we can use A for the emission lighting: we store the emission color in a
TEV registry, then tell GX_SetTevColorIn() to read the input from that
registry.

This was tested using the tutorial 12 from swiftless.com.
@WinterMute WinterMute merged commit 6dcb126 into devkitPro:master Apr 29, 2024
2 checks passed
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