![Amit Mehar Profile](https://pbs.twimg.com/profile_images/1168362280762793985/_VUcw35c_x96.jpg)
Amit Mehar
@amu_mhr
Followers
5K
Following
1K
Statuses
1K
Doing Niagara experiments in my free time. 💗Niagara
Pune, India
Joined June 2012
The sample project is now available for download!
Another Blender #geometrynodes to Niagara test. This time tried recreating @lateasusual_'s volume node effect. #Niagara #UE5
2
31
246
@HurricaneVr Niagara can read from skin cache, so no skinning required :)
#UE5.4 will add an option to access SkinCache data in #Niagara which would make reading skinned mesh data very efficient! Could make a good alternative to SceneCapture style damage rendering :) Almost 3x faster in this case (compared to 5.3, skin cache disabled)
0
0
0
@itsBaffled It's based on my NiagaraProceeduralMesh plugin. You can loop over triangles in mesh and add to procedural mesh if it passes distance/overlap check with decal positions. You can also write additional data in vertex color and texcoords to sample texture/opacity mask.
1
0
3
@PimeineDev Not yet ^^' Psychonauts 2 mentions a way to improve blending, but wouldn't work for single pass approach (I don't have a texture/surface to depth fade :p)
1
0
1
@IceMoon_Rui @virtual_method I used something like that for this effect Unfortunately that can't simulate particle interactions quite well (plus simulating in worldspace). This one is mostly based on
0
0
0
@virtual_method @Michael_Moroz_ If possible, can you please share what kind of logic you used for the remapping pass? I tried a couple of things but couldn't get it to look right 😔
1
0
1
@virtual_method It's a direct port of the "Reintegration Tracking" fluid setup shared by @Michael_Moroz_ I am handling UV remapping in the reintegration stage, wasn't able to get the "Sim->Remap" setup work for me :p (so it might not be very accurate)
1
0
2
@GhislainGir @virtual_method Looking forward to seeing your results :) I just made a small ImGui tool to bake it offline. Should be possible using Niagara but I just took the easier route :p
1
1
6
@turanszkij @instantiategame Are you using any kind of acceleration structure (uniform grid etc) for checking against plasma colliders, assuming there can be a lot in the scene?
1
0
2
RT @GhislainGir: #UE5 #gamedev #tutorial #UETips #UnrealEngine 🥳New video is out on my YT! I go over many techniques commonly used in UE t…
0
38
0
@LifeArtStudios Not sure what you mean by "swapping collisions", just teleporting the character here. Not handling anything gameplay/collision related atm.
1
0
3
@virtual_method @3Dmattias If using 2 UV sets, then maybe normal mapping and simulation would need different Tangent basis? That is the issue I was facing, Unreal calculates tangents based on first UV channel (which can be non unique, for texturing), and pairing that with lightmap uvs was not working.
0
0
1