I made a digital asset which is able to export *.fga file from Houdini. Basically it does the same thing with the MayaVelocityGridExporter, except that you can now use Houdini’s powerful tools to generate the velocity field data. All you need to do is to wire the velocity grid exporter to your dopnetwork, specify an output path and press the export button. Current features include
voxel resolution adjustment
velocity field data from particle/fluid simulation
Hi ,
Sorry to reply you so late because I was on a vocation ^^; For the the field you mentioned in the video, I think it’s not a problem to simulate that in Houdini. It seems like particle follows a spiral path. When I got some time, I can try to make a similar one in Houdini and use the tool to export the vector field then import that into Unreal Engine just like the video does. Once I’m done I’ll send you a sample file and you can try it by your own and see how it goes
Hi,
I made a simple simulation basically using the curve force in Houdini and make the particles followed a spiral shape like path. Then export the simulation result to an fga file and import into Unreal Engine 4. It may not seem exactly the same like the one showed in the tutorial video. But I think the idea behind is pretty much similar. Hope it helps. Thank you ^^
I want to make a vector field ad well, but I don’t want to rely on licensed software. Can you specify the file format for fga or attach an example file. What I find on the internet so far is only for 2D GRID data, but we need 3D Volume data. Thanks.
Houdini has apprentice version which is free to use and able to use the exporter to generate the fga file. it’s also possible for you to write a program to generate the fga file. The file format for fga is pretty straightforward. The first 3 field is the resolution for the whole volume, then followed by min and max bounding box and finally a bunch of velocities for each grid. The link (https://dl.dropboxusercontent.com/u/12880761/ForShare/spiral.fga) is the data I used for the spiral effect test as shown above. Hope it helps.
220225 Thanks… Too bad I spent my entire sunday trying to find an fga file, and I ended up downloading an illegal version of maya, just to follow the tutorial from unreal, just to get to know the file format. I think unreal made up the fga file format since the only other reference uses a keyword based 2D format. I am kinda annoyed that they didn’t document it… Hopefully unreal will keep investing in documentation and tools and hopefully the community will also grow that makes tools and shares results…
I uploaded a new version of the asset which supports the Pyro FX to the Orbolt website. The link is http://www.orbolt.com/asset/::UE4_velocitygridexporter. If you are interested in it, please give it a try and let me know any comments. Thank you all and have a great day
thanks 220225! I think I got it working, but need to learn alot more about houdini
quick question, for the spiral you created about what voxel size did you export it at?
To , it’s 20x20x20. However, I think it’s too big. You don’t need so much detail for that spiral effect. After you import the data into Unreal, the editor provides you more control for the final result you want. You can simply think that the simulation is the path how you particles will follow, that’s it. Have fun all, sorry to reply a week late XD.
I hate to be the person said this, but 220225 should understand that SideFX does not allow “exporter” type of thing with apprentice license.(I contacted them before on the HD version and get the same response, no export of any kind even though you can write a plugin yourself.)
As with anyone wanted to do this themselves, be careful and always check with the software’s owner before you think you did something smart to use their software for free.
It’s unlikely that any actual game could be done just by vector field files, but everything has a starting point, and I hope you guys tread the business path carefully.
Any chance you could upload the .hip for this file? I’m having trouble getting the vectors to point in the correct direction, can’t figure out what the cause is. Would like to use it as an example if you’d be so kind