PDG examle
3612 7 1- X_H_N
- Member
- 31 posts
- Joined: Aug. 2015
- Offline
- valdomat
- Member
- 31 posts
- Joined: Sept. 2019
- Offline
Kenny Lammers video on PDG in unity translates very well.
https://www.sidefx.com/tutorials/pdg-for-indie-gamedev-section-3-creating-terrains/ [www.sidefx.com]
https://www.sidefx.com/tutorials/pdg-for-indie-gamedev-section-3-creating-terrains/ [www.sidefx.com]
Houdini Technical Artist @ Sharkmob
- ChrisGG
- Member
- 30 posts
- Joined: Feb. 2020
- Offline
- valdomat
- Member
- 31 posts
- Joined: Sept. 2019
- Offline
We've found that https://github.com/sideeffects/HoudiniEngineForUnreal-v2/wiki/What [github.com]'s-new-%3F has the most up to date information regarding the new features for Engine in Unreal.
That said, you should get the PDG controls from just having a TOP network in you HDA.
Send your HIP if you can't make it work.
That said, you should get the PDG controls from just having a TOP network in you HDA.
Send your HIP if you can't make it work.
Houdini Technical Artist @ Sharkmob
- ChrisGG
- Member
- 30 posts
- Joined: Feb. 2020
- Offline
valdomat
We've found that https://github.com/sideeffects/HoudiniEngineForUnreal-v2/wiki/What [github.com]'s-new-%3F has the most up to date information regarding the new features for Engine in Unreal.
That said, you should get the PDG controls from just having a TOP network in you HDA.
Send your HIP if you can't make it work.
Thanks Valdomat,
If you mean “just need a TOP network in your HDA” I'm kind of confused. MY TOP network is just doing the processing for the terrain and the terrain is what I place in Unreal. I don't have a TOP network in my HDA because of this.
1. HIP File attached
2. screenshot of Unreal
Thanks,
Chris
- valdomat
- Member
- 31 posts
- Joined: Sept. 2019
- Offline
I'm not sure what you mean. I assume you're following the tutorial based on the image. Your PDG/TOPS-HDA is the backbone of the whole process. That terrain layout you show in the image should be input to the PDG. In the tutorial he does it as a file input, but there's more elegant ways to do it. Then that geo works as the input to a HDA processor in the PDG network, and the HDA specified creates a heightfield out of it. Then you'd continue working with the new data. The next HDA might be a setup to scatter foliage, so the scatter HDA have the output of the heightfield-HDA, as input. And so on.
What does you PDG-HDA look like in unreal? When you get it working, and you want something to output in unreal, you need to add HE_OUT_ as a prefix
What does you PDG-HDA look like in unreal? When you get it working, and you want something to output in unreal, you need to add HE_OUT_ as a prefix
Edited by valdomat - Nov. 5, 2020 03:26:02
Houdini Technical Artist @ Sharkmob
- ChrisGG
- Member
- 30 posts
- Joined: Feb. 2020
- Offline
- dpernuit
- Staff
- 545 posts
- Joined: Sept. 2016
- Offline
Hi,
The PDG Asset Link is automatically created when you instantiate an HDA that contains a TOP Network.
The PDG AL will expose all the available top networks in the HDA, and also expose node that matches the filter (by default HE_).
Outputs for nodes that matches the output filter (default, HE_OUT_) will automatically be loaded in Unreal upon successful cooking.
I had a look at your Hip file, and if I understand it correctly, your HDA doesn't contain a TOP Net, so you will not be getting the PDG AL in Unreal.
Your HDA seem to loading the pdg outputs via file, you should instead move the TOP net IN the HDA.
Simon's tutorial will be available in the near future, but Kenny's original tutorial should translate well to unreal.
The PDG Asset Link is automatically created when you instantiate an HDA that contains a TOP Network.
The PDG AL will expose all the available top networks in the HDA, and also expose node that matches the filter (by default HE_).
Outputs for nodes that matches the output filter (default, HE_OUT_) will automatically be loaded in Unreal upon successful cooking.
I had a look at your Hip file, and if I understand it correctly, your HDA doesn't contain a TOP Net, so you will not be getting the PDG AL in Unreal.
Your HDA seem to loading the pdg outputs via file, you should instead move the TOP net IN the HDA.
Simon's tutorial will be available in the near future, but Kenny's original tutorial should translate well to unreal.
-
- Quick Links