NVIDIA GameWorks Integration

Hi. We can’t reproduce it in 4.7.5 branch. Are you using the old integration? We have released a new one.

Hi All,

I have been taking some time away from UE4 development, and will be not available for development the remainder of month, and possibly January. I will still try my best to get around to answering questions when I can.

I ran into some issues with getting my branch up to 4.10. Primarily Turbulence and FLEX did not want to instantiate. Havent had a to return to it yet to see what I could do to fix it.

Yeah thats definately a bug, looks to be that the Spline Thicken function requires some specific depth/stencil access that maybe is conflicting with what the hair rendering requires. I’ll take a look if I get a .

EDIT: Didnt see Xu Nie’s response above. Please follow their instructions to help get the resolved, and then I will port over their fix to my branch.

The closest you would get to , is the same way its done in the FLEX demos, construct your mesh out of FLEX particles, including rendering them as particles, then controlling the variables on the container at a specific time to cause them to collapse (melt).

Am i the only one that have pb with speedtree and VXGI. They seem to glow instead of acting like ‘‘normal mesh’’. (even if i give them normal shadder)

I did a full clean re-download and rebuild of the engine from scratch, I was obviously using the wrong version. clearly things are now much better. Huzzah.

://www.nikidebakker.nl/wp-content/uploads/2015/12/Crusher_Hair_fixing1.png

Ok i got the melting working,ill demonstrate it on a snowman watch?v=zMcni2TOisk , its very basic yet,but allready shows flex surface particles used with a shape emitter,however i was too lazy to make a blueprint to showcase it replacing the static mesh so i just placed the emitter on the right side of a static snowman,every important value is shown in the video,ill start finetuning the liquid effect now,since it still looks a bit “blobby”,if u now any good radius,smothness and so on values for the surface fluid particles let me know :slight_smile:

That’s cool. :slight_smile:

That is very impressive, are you also using SSS shaders for the skin, etc? Any more details you can share regarding the character? That looks like AAA-quality characters that aren’t too “creepy”.

Thanks a lot! Yeah I did use the SSS Profiles for the skin and eyes. It’s a mermaid character I did for a client a while ago.

Hi everybody.

I made a small demo of VXGI and FLEX together which you can download (https:///#!aspGHTKQ!WA4_NodsrpDz5ZuuHwyDNrmzz3rwJn2xUmqYp4ujwhI) if you want. Its running on my geforce 660Ti.

v=F9nNLJ5OtY8

Info about controls and some stuff in video description or in readme file in demo folder.

Have a nice day everyone.

Guys, how to fix problem How to attach hair to mesh?

In the components tab, drag and drop the Hair component on top of your BigfootRig

I’m sure has been asked a million times but is there any update on HairWorks for the PS4?

Wow. Runs reasonably well even on my Nvidia 950M 2GB DDR3.

Nice!

Has anyone gotten WaveWorks to work in 4.10?

Hey did anyone figure out some better fluid values than in the standart nvidia 4.7 flex sample yet? Im still having hugh issues with it,for example if ill apply a small radius and improved smothness i’ll get a pretty smooth looking surface,BUT now the fluid particles behave pretty strange in collision and in “binding” with each other,i even tried to correct that manually in flex container (you need to set collision down if u shrink the particle radius down for example),still not as good as the nvidia flex demo (running independent from ue4),btw im trying to redo the nvidia flex demo samples in unreal with a little discription next to each explaining how its actually setup in unreal as a learning process for myself,but why not share it as “lookup tutorial” once its reached a state where i think its ready for tut release. its whats done so far: Physics meshes,ropes,turn ur own mesh into a softbodie (like in the examples but with tut to use ur own mesh),different fluids demonstrated (from water up to goo),using flex for other like snow,rain…

And heres what i cant do atm and would love help with : cloth that can be ripped apart,just can’t find documentation about it (see flex demo),as mentioned above better looking fluid surfaces :confused:

Hey, looks cool! Thanks!

I noticed some voxel space aliasing though, I mean the lighting doesn’t change smoothly when you move things. Maybe these settings will help:
r.VXGI.HighQualityEmittanceDownsamplingEnable = 1
Material: VxgiProportionalEmittance = 1
Material: VxgiCoverageSupersampling = 1 OR MaterialSamplingRate > 1

Hi! Im glad you like it and thanks for advices.

I think i enabled HighQualityEmittanceDownsampling but definietly didnt change anything in material settings. Also vxgi map size is set to 64, so 128 would looks noticably better i guess (ill make it optional). Im planning to add one more scene with ropes so ill try to improve visual quality with your suggestions (when i get better, im sick lying in bed right now).

Hello NVIDIA.
Unreal Engine supports “Hair / fur hading” from 4.11.
So, please support UE4.11 or its later versions for HairWorks.

Yeah, shading support from the 4.11 update would be cool if that’s possible :slight_smile:

Hey,
I wanted to ask if it is possible to make only a selected part of a flex object into moving flex and keep the other part static.

Thanks in advance and keep up the great work