-
Notifications
You must be signed in to change notification settings - Fork 318
2d shader tutorial code samples #95
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
Open
cdhanna
wants to merge
15
commits into
MonoGame:3.8.5
Choose a base branch
from
cdhanna:3.8.4
base: 3.8.5
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* setting up simple hot reload feature * comments and whatnot * level-transition * zug zug * color swapper * sample code * chapter 1 final * material chapter * debug ui * transition starting * checkpoint * working * finishing up color swap * vertex shaders * getting started on light effect chapter * working * finishing up lighting chapter * starting shadows * working on shadows * before stencil adventure * wall shadow * stencils working * stencil cleanup * removing old code
# Conflicts: # ShipGame/ShipGame.Dependencies/NormalMappingModelProcessor/NormalMappingModelProcessor.csproj # Tutorials/BasicCameraExample/BasicCameraExample.csproj
I based the existing samples off the tutorial as it was a few months ago. I'll spend some time updating it. |
*Note Just updated the base to the correct target and noted a lot of confusing merge conflicts, suggest pulling from the new base and resolving |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
these are the code samples that go along with the tutorial series for 2d shaders, MonoGame/docs.monogame.github.io#171
I had originally forked off the 3.8.4 tag, so I figured I'd start by opening the PR back into 3.8.4; but as I look at it now, I should probably be targeting a later release.