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

Normalize view direction in universal #2752

Merged
merged 29 commits into from
Jan 27, 2021
Merged
Show file tree
Hide file tree
Changes from 27 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
c676d0c
moving out template code into Universal side override
elizabeth-legros Nov 23, 2020
6eda74d
template fixing
elizabeth-legros Nov 23, 2020
dfd8fc0
more fixes
elizabeth-legros Nov 25, 2020
6fa67ad
formatting
elizabeth-legros Nov 25, 2020
876e59e
normalizing both URP and default view direction
elizabeth-legros Nov 25, 2020
401fe27
Merge branch 'master' into sg/normalize-view-direction-shared-code
elizabeth-legros Dec 1, 2020
46a137c
Update CHANGELOG.md
elizabeth-legros Dec 1, 2020
ef57c7b
Update View-Direction-Node.md
elizabeth-legros Dec 1, 2020
802552e
Update View-Direction-Node.md
elizabeth-legros Dec 1, 2020
ec87e21
Update View-Direction-Node.md
elizabeth-legros Dec 1, 2020
92ec5d6
Update View-Direction-Node.md
elizabeth-legros Dec 1, 2020
5f9e33a
Update View-Direction-Node.md
elizabeth-legros Dec 1, 2020
917bb17
made View Vector node to emulate old view direction behavior in Unive…
elizabeth-legros Dec 2, 2020
90fa9c7
Merge branch 'sg/normalize-view-direction-shared-code' of github.com:…
elizabeth-legros Dec 2, 2020
025f6c1
updating code to work with orthographic and perspective, as well as t…
elizabeth-legros Jan 13, 2021
5b1b9fd
merge master
elizabeth-legros Jan 14, 2021
5cd6397
making custom code for update message on view direction node
elizabeth-legros Jan 14, 2021
99bef0b
I am not a fan of uss :)
elizabeth-legros Jan 19, 2021
56b9311
updating info pinging
elizabeth-legros Jan 19, 2021
7644ba5
updating input nodes test to test view direction and view vector
elizabeth-legros Jan 20, 2021
3aa2b19
updating reference images
elizabeth-legros Jan 21, 2021
4144ef1
updating inputnodes on metal osxeditor
elizabeth-legros Jan 22, 2021
1bdf9bd
make sure message still shows with allow deprecated enabled
elizabeth-legros Jan 22, 2021
16fb87e
Update CHANGELOG.md
elizabeth-legros Jan 22, 2021
c9063ac
updating android image
elizabeth-legros Jan 22, 2021
88bbf28
merge master
elizabeth-legros Jan 22, 2021
b16c39f
formatting
elizabeth-legros Jan 22, 2021
3829a67
more formatting
elizabeth-legros Jan 27, 2021
4d7a6aa
Merge branch 'master' into sg/normalize-view-direction-shared-code
elizabeth-legros Jan 27, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion TestProjects/ShaderGraph/Assets/Scenes/InputNodes.unity
Original file line number Diff line number Diff line change
Expand Up @@ -2176,7 +2176,7 @@ Transform:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 366199728}
m_LocalRotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
m_LocalPosition: {x: 0, y: 60, z: 0.5}
m_LocalPosition: {x: 0, y: 0.85, z: 0.5}
m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: []
m_Father: {fileID: 0}
Expand Down