Hi,
I have my heightfield importing into Unreal as a landscape and everything is working fine.
I'm just trying to figure out how I can set hole information via Houdini?
Thanks,
Dave
Landscape hole
4243 5 1- daveREspawn
- Member
- 8 posts
- Joined: April 2017
- Offline
- daveREspawn
- Member
- 8 posts
- Joined: April 2017
- Offline
So I searched through the Unreal Engine C++ and the holes are controlled / created by a Visibility layer that's added to the landscape, this is a separate non-material layer that's only added if needed.
After that I took a look through the Houdini plugin C++ code and it looks like Houdini will translate the Heightfield data into the height layer for the landscape and then any other layers (rock, flow, …) will be converted into material layers.
It looks like there's nothing currently there that will create the visibility layer.
If anyone can confirm my findings, that'd be great.
I'll keep digging and if I find anything else I'll update this topic for anyone that finds it in the future.
Cheers,
Dave
After that I took a look through the Houdini plugin C++ code and it looks like Houdini will translate the Heightfield data into the height layer for the landscape and then any other layers (rock, flow, …) will be converted into material layers.
It looks like there's nothing currently there that will create the visibility layer.
If anyone can confirm my findings, that'd be great.
I'll keep digging and if I find anything else I'll update this topic for anyone that finds it in the future.
Cheers,
Dave
- dpernuit
- Staff
- 548 posts
- Joined: Sept. 2016
- Online
Hi Dave,
Your findings are correct, there is currently no way to create landscape holes via the plug-in, as the various heightfield masks are converted to landscape material layers and not visibility layers.
I've added an RFE for this and will update this post when the feature's been added to the plug-in.
Your findings are correct, there is currently no way to create landscape holes via the plug-in, as the various heightfield masks are converted to landscape material layers and not visibility layers.
I've added an RFE for this and will update this post when the feature's been added to the plug-in.
- daveREspawn
- Member
- 8 posts
- Joined: April 2017
- Offline
- Seaton
- Member
- 22 posts
- Joined: April 2018
- Offline
dpernuitIt's a very useful feature, really hope it can be added.
Hi Dave,
Your findings are correct, there is currently no way to create landscape holes via the plug-in, as the various heightfield masks are converted to landscape material layers and not visibility layers.
I've added an RFE for this and will update this post when the feature's been added to the plug-in.
- dpernuit
- Staff
- 548 posts
- Joined: Sept. 2016
- Online
-
- Quick Links