hi everyone,
i have a little question..
It’s posible to create normal map into houdini?
Because i created texture modeled and i need to apply this on other stuff..
thank you
Bests regards
it’s posible to create normal map into houdini?
10238 7 3- supermac
- Member
- 120 posts
- Joined: 6月 2008
- Offline
- msiegrist
- Member
- 2 posts
- Joined: 10月 2012
- Offline
You can render normals for objects using the Show Normal [sidefx.com] material. It colors the surface of an object based on the normals of the polygons. So simply attach the material to objects, set up a camera for the angle you want, and render using that camera to create the normal map image.
Note that you will need to be sure that you don't have anything in the shot that doesn't have the Show Normal material applied. This includes the background; by default, the background color is black, which won't work on a normal map. You can also get around this by changing the background color to pure blue (i.e. red=0, green=0, blue=255), which is the color of a flat surface pointed directly at the camera.
Note that you will need to be sure that you don't have anything in the shot that doesn't have the Show Normal material applied. This includes the background; by default, the background color is black, which won't work on a normal map. You can also get around this by changing the background color to pure blue (i.e. red=0, green=0, blue=255), which is the color of a flat surface pointed directly at the camera.
- supermac
- Member
- 120 posts
- Joined: 6月 2008
- Offline
- grayOlorin
- Member
- 1799 posts
- Joined: 10月 2010
- Offline
- supermac
- Member
- 120 posts
- Joined: 6月 2008
- Offline
- grayOlorin
- Member
- 1799 posts
- Joined: 10月 2010
- Offline
it sounds to me that you are creating a static model using a 3D texture based of a flat grid at a higher resolution that your other model that has UVs right? I would recommend looking at the Gather Loop VOP node as it will allow you to transfer generically any kind of attribute from one mesh to another and save it into a map.
In your case, create two materials:
one renders the world normals of the object (the show normal material will work for this)
the other one has a gather loop that uses the hi res object as its object space, then transfer the color (Cf) variable. In this case, your color will be that source object's world normal
then add a Mantra ROP node, and in the UV render object section, set the path to be your object with UVs itself, then specify what UV set to render to
There was another thread that I started before asking the same question, let me see if I can dig it up. you would be pleased to know though that once you figure out this, you will be able to transfer anything from anything in houdini. it is one of its most powerful features!
In your case, create two materials:
one renders the world normals of the object (the show normal material will work for this)
the other one has a gather loop that uses the hi res object as its object space, then transfer the color (Cf) variable. In this case, your color will be that source object's world normal
then add a Mantra ROP node, and in the UV render object section, set the path to be your object with UVs itself, then specify what UV set to render to
There was another thread that I started before asking the same question, let me see if I can dig it up. you would be pleased to know though that once you figure out this, you will be able to transfer anything from anything in houdini. it is one of its most powerful features!
-G
- grayOlorin
- Member
- 1799 posts
- Joined: 10月 2010
- Offline
here it is!
http://www.sidefx.com/index.php?option=com_forum&Itemid=172&page=viewtopic&t=22097&highlight=transfer+maps [sidefx.com]
sidefx should make a digital asset to do this and post it on orbolt
http://www.sidefx.com/index.php?option=com_forum&Itemid=172&page=viewtopic&t=22097&highlight=transfer+maps [sidefx.com]
sidefx should make a digital asset to do this and post it on orbolt
-G
- supermac
- Member
- 120 posts
- Joined: 6月 2008
- Offline
-
- Quick Links