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

✨ Emissive Maps #312

Merged
merged 6 commits into from
Jan 12, 2024
Merged

✨ Emissive Maps #312

merged 6 commits into from
Jan 12, 2024

Conversation

softwareantics
Copy link
Owner

Description

  • Updated IMaterial to support emission maps.
  • Updated lighting.glsl to support emission maps.
  • Added a default emission map to Material.

Fixes #307

Dependencies

There is no new dependencies introduced in this PR.

Type of change

  • New feature (non-breaking change which adds functionality).

How Has This Been Tested?

I added an emission map to a material and simply ran the application to ensure it works.

Test Configuration:

  • Operating System: Windows 11 Pro
  • Hardware: Intel i9-10900 @ 2.80GHz, 32GB, RTX 3080
  • Toolchain: VS Community 2022 x64

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • My changes generate no new warnings

@softwareantics softwareantics added ✨ Feature Additional functionality that has not been implemented. 🏁 Good First Issue Good for newcomers or simple task. 🔴 High Priority High priority area-rendering Rendering related tasks labels Jan 12, 2024
@softwareantics softwareantics self-assigned this Jan 12, 2024
@softwareantics softwareantics merged commit 1472628 into master Jan 12, 2024
15 of 18 checks passed
@softwareantics softwareantics deleted the feature/rendering/emission-maps branch January 12, 2024 01:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-rendering Rendering related tasks ✨ Feature Additional functionality that has not been implemented. 🏁 Good First Issue Good for newcomers or simple task. 🔴 High Priority High priority
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

✨ Emissive Maps
1 participant