-
Notifications
You must be signed in to change notification settings - Fork 876
[Feature] Skinned motion vectors for HDRP Hybrid #3224
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
Closed
Closed
Changes from 10 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
f5d9db1
Compute Skinning is applied in VertMesh through defines
58cbddd
Add front buffer index to access deformed vertices of current/previou…
svens-unity 48b1ecf
Actually get the the vertex position of the current frame when render…
svens-unity a60bccc
d3d debug pragma for HDTarget
b6a4805
Remove skin setting component
b7dd69d
Apply skinning in motion vec pass, rename function
81d0788
Add motion vectors to unity instancing properties
0d6a8dd
Remove compute deformation node
860362d
Merge branch '10.x.x/release' into 10.x.x/dots-deformations/motion-ve…
4e921d8
Update changelog for HRDP and SG
82ffcd8
Enable vertexID when DOTS_INSTANCING_ON is defined
028e908
Remove manual adding of vertex id and defines in HD shader passes
80c2dcd
Remove skinning include and define
19846d9
Remove compute mesh index property when dots instancing is not defined
8ee28d1
Shader cleanup for dots deformations
0145e4b
Rename shader file for dots skinning functions
cf88c73
Remove changes from HDShaderPasses
ce95d4c
Remove formatting issues
fe9468e
Remove include define
80199e9
Merge branch '10.x.x/release' into 10.x.x/dots-deformations/motion-ve…
34db42a
Remove all changes from HDShaderPasses
2b8ea7d
Remove debug pragma
ee68b60
Update some comments
2825bd2
Remove duplicated define
69e7eae
Add compute mesh index to URP shader variables. Add function to fetch…
98d986e
Rename some functions, move fetching to different file
690298f
Rename deformation function for HDRP
8716688
Merge branch '10.x.x/release' into 10.x.x/dots-deformations/motion-ve…
b84ffcf
Keep vertex ID as optional when hybrid v2 is not used
6f3cbf1
Remove formatting from HDTarget
aa24bcf
Updated changelogs to be more descriptive.
7ac5ee9
Rename material property
3c2a52c
Add dots skinning function to URP passes PBR-Forward/GBuffer, Lit-For…
808bf70
Remove modulus from deform vertex function
a3c3a8e
Remove modulus, change to uints
b70a82a
Remove documentation for Compute Deformation Node
5d3abda
Update Core/ShaderLibrary/DotsDeformation.hlsl.meta file with newly g…
pastasfuture File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.