chop Posted July 16, 2009 Share Posted July 16, 2009 Hi all, is there a way to bake out a procedural texture map from vops to create a .tex file that renderman can read on to geometry as a texture? thanks chop Quote Link to comment Share on other sites More sharing options...
brianburke Posted July 16, 2009 Share Posted July 16, 2009 I don't know of a way as simple as Mantra -u, but a good technique is to bake to a 3d texture. You can bake texture to a point cloud and read that point cloud in directly with the bake3d and texture3d commands. There aren't VOPs for these (yet) but they're really straightforward to do in an inline code VOP or a custom VOP. The nice thing about doing this is you get some degree of antialiasing for free - as pointcloud lookups are filtered. If you bake this pointcloud to a brickmap with the Brickmake utility (in PRman), you get even better antialiasing. You can even bake UV coords look up them using NDC position when rendering a grid directly in front of the camera if you really need a 2d .tex file. Good luck dude. Hi all,is there a way to bake out a procedural texture map from vops to create a .tex file that renderman can read on to geometry as a texture? thanks chop Quote Link to comment Share on other sites More sharing options...
chop Posted July 16, 2009 Author Share Posted July 16, 2009 I don't know of a way as simple as Mantra -u, but a good technique is to bake to a 3d texture. You can bake texture to a point cloud and read that point cloud in directly with the bake3d and texture3d commands. There aren't VOPs for these (yet) but they're really straightforward to do in an inline code VOP or a custom VOP. The nice thing about doing this is you get some degree of antialiasing for free - as pointcloud lookups are filtered. If you bake this pointcloud to a brickmap with the Brickmake utility (in PRman), you get even better antialiasing. You can even bake UV coords look up them using NDC position when rendering a grid directly in front of the camera if you really need a 2d .tex file. Good luck dude. cheers, i thought i may have to go down that road. i will give it a go asap thanks for the help brainburke Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.