I have a question on what’s actually possible with the Pivot Painter… I’ve got interactive grass working using the usual pivot painter setup. Now I’m trying to create some bigger plants that collide with the player more realistically.
Looking at these plants in Uncharted 4, I remember the devs mentioned that all the foliage interaction was done within the shader rather than actual physics. So I’m wondering if this kind of interaction is possible with the Pivot Painter approach (I understand it might require some crazy logic)
Or are those plants done using actual skeletal meshes with physics?
I don’t know… The foliage in that video definitely looks like it’s using bones… I’m sure they use a regular “push out” shader for standard foliage like grass and whatnot, where it pushes outward from the player position.
yeah I was thinking the same thing. I know it’s possible to bend a plant using the pivot hierarchy, but then calculating the drag and animating the sway seems like a lot of extra calculations.
Thanks @ZacD Yeah, I did go through this. I’ve also been looking at how Omno did it. Omno Devlog - Interactive Plants
Same method. Although I’m still curious if it’s possible in the shader.
Not much mentioned about the bigger plant interaction, just the rotate about axis method for each sub-object.
Here’s what I have so far. This is just using the default Pivot Painter Material functions.