How to apply one texture on a slice of another texture?

   775   2   1
User Avatar
Member
7 posts
Joined: 10月 2020
Offline
Hello.
I ran into a problem when, having applied a metal grate texture to the mesh, I now need to impose another metal texture on the sides, as if a cutoff place. A texture has been added to the base model, but what should I do with a cut of the displaced metell grate texture, how to add a texture there?

Attachments:
Screenshot_3 copy.png (545.8 KB)
textures.hipnc (1.3 MB)

User Avatar
Member
2537 posts
Joined: 6月 2008
Offline
You need to apply UV coordinates inside the slice_out /obj network as well. Then make sure to choose a texture for that material.

Attachments:
Untitled-1.jpg (313.7 KB)

Using Houdini Indie 20.0
Windows 11 64GB Ryzen 16 core.
nVidia 3050RTX 8BG RAM.
User Avatar
Member
467 posts
Joined: 8月 2014
Offline
As you're using polyextrude, you can take advantage of output groups to create a side primgroup. You can use it to define another primgroup for the remaining geometry.

In Solaris, "Scene Import" and "SOP Import" LOPs have this "Subnet Groups" parameter which enables division of the imported data into geometry subsets based on its primitive groups. Geometry subsets can be used for material assignment downstream.

Here's an example file.
Edited by ajz3d - 2022年6月21日 11:29:06

Attachments:
textures.hipnc.zip (99.1 KB)

  • Quick Links