Mine is currently doing the mexican wave
v=nxlaW4817Qw
10/10 would run through naked with epic music playing.
Mine is currently doing the mexican wave
v=nxlaW4817Qw
10/10 would run through naked with epic music playing.
Looks good. How expensive is it? Can you show a wireframe?
Here my windshader from UE4 Beta:
://www11.pic-upload.de/02.06.14/j1tt41w8adlh.jpg
https://www.dropbox/s/01vyr9t98yxk1po/WindShader001.jpg
For colorvaration in windanimation use the WorldPositionColor for the SSS-/ or Diffuseslot:
://ulrichthuemmler.blogspot.de/p/udk-world-color.html
Shader works with 70-80fps on 760gtx in Editor Preview. Here a Image from test Size:
://www11.pic-upload.de/02.06.14/5649k45ooxtx.jpg
Really cool , nice work
As for expensive on my grass, very much so. Iâm only using planes (and very dense ones in that image). They are adjusted so that they fit he texture as tight as possible, and cut into four segments height-wise to help with the wind effect. Might try to reduce the amount of polys per-grass cluster, but itâll result in sharper edges.
Allright, so Iâve been toying with grass setup for a few days now. Things are looking good so far
One major thing I canât seem to figure out, is that my textures seem to have a subtle ghosting effect when you get up and personal with the geometry. Iâm almost certain it has to do with the texture import, but I canât seem to get rid of it.
Iâve turned off all motion blur, and made sure ditheralpha is on.
Anyone have a clue? Iâll see if I can record it if itâs not making any sense
A picture or a video would be pretty helpful
But probably you mean the specularity -> add a constant node with a value of 0 to your material and connect it with specular
Hereâs a screen.
Itâs quite apparent. All the grass in the screen is moving around. If I disable the waving effect, everything looks normal. With the worldposition waving, it looks like the screen above. My grass is a bent 1x4 poly plane.
Iâve just tried turning off all post processing. Still didnât help. It looks like itâs the alpha mask throwing a fit of sorts.
Nvidias Anti aliasing ist evil!
Create a PostProcess Volume â set AA Method to true and use FXAA
Hahaa, that worked perfectly Thanks
Hey , now that youâre here. Would you mind giving us a peek at your mesh setup? How you cluster your polyâs, vertex coloring and such
Just a peek!
+1
it looks from the screen shots that it might be two quads criss crossing. it would need some extra verts in there to make the wind anim work nicely.
Which exactly point fixes the shadow (the foliage grass isnât darker in shadows), is it the subsurface color or the ambient occlusion?
The clamp node with = 0.01 in the opacity mask slot fix ( set the SSS transparency under 1).
Hi ,
sry but I see on the pic no clamp node on the opacity mask, the opacity mask gets the alpha channel of the texture.
Must the directional light(sun) be set as movable? If I set it movable, it works, if I set it stationary it doesnât work.
Question - Would world on terrain?
Just curious
Yes you can paint these meshes with foliage mode on a landscape, if thatâs what you meant.
Sry i mean opacity slot (not the opacity mask slot).
The SSS without BaseColor works with dynamic lighting and GI, or with Stationary and Lightmass.
Here a quick test with lightmass.
Update shader for trees:
Create a tree and edit the normals from the leaves(split the trunk before).
&d=1405623283Add baked AO to VertexAlpha (the VertexColor RGB are free for use with Worldposition(Wind)).
&d=1405623357Export your tree to UE4(import with vertex color and Normals/Tangents) and create a MasterMaterial. Create a instance material from and adjust the settings:
&d=1405623491Check the Lighting from the Mesh:
&d=1405623539Result:
&d=1405623778For more color variation use a Worldposition node, divide it with 8192(nice value) and use a small texture.
Hope was helpful.
has some picture of his setup on his blog (itâs for UDK, but it works the same way in the UE4):
Thx for posting the shader setup!
Has anyone else run into extreme performance issues allowing these meshes to cast dynamic shadows?