Skip to content
Snippets Groups Projects
Commit 92432bba authored by Justin Lao's avatar Justin Lao
Browse files

Merge branch 'master' of git.ucsc.edu:jlao3/CMPM163Labs

parents afdc515f afa5f085
No related branches found
No related tags found
No related merge requests found
Pipeline #14155 failed
......@@ -9,12 +9,19 @@ DESCRIPTION
Working within Unity's provided Shader Graph function to create mountain ranges
and water ripple effects through use of transforming vectors in the vertex shader.
----------
GOOGLE DRIVE LINK
https://drive.google.com/file/d/1OFkB7-RTCXi11q1yQWzNtRZ8ZGMDtO07/view?usp=sharing
----------
Explanation
I wanted to create a scene somewhat akin to The Legend of Zelda: The Wind Waker. With it's
I wanted to create a scene texture somewhat akin to The Legend of Zelda: The Wind Waker, with it's
cell shaded toon mountains and water. And while I got the water color scheme correct, I am slightly
disappointed in my clouds, whcih used the shader graph also.
disappointed in my clouds, whcih used the shader graph also. The Mountain Range also includes some small tree models.
I wanted to make the water look look it was overtaking or overlapping on top of the mountain however collision physics was a whole other beast
that my computer started to freeze up on so I couldn't continue further.
To create the mountain-scape, I had a singlular Position node which used the mountain's
position hooked up to an Add node. Here's where it get's tricky, attached to the add node
......@@ -28,6 +35,13 @@ Vertex Position input thus giving it's shape (grey texture pack input into albed
Using the built-in Shader Graph still, the water shader uses the same general concept except adding
more properties such as the time and power node to affect water ripple size and speed. While also interpolating
between two different shades of blue during waves to create a sense of movement and the wave-foam created.
----------
PARTNER CHECK-IN
Couldn't find or contact partner on Discord (maybe they didn't change their nickname) and wasn't contacted by them either
so I couldn't do the Check-In Questions or parts.
----------
FILES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment