Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2025 Jan 11 12:18 am)
You should be able to use the U_offset and V_offset inputs on the brick node to essentially take samples using a different coordinate system. Set up the trigonometry to convert the normal U/V coords into a polar coordinate system, i.e. angle and radius from your center point, i.e. 0.5,0.5. Then use those polar coordinates to drive the u/v offsets into the brick node. That should get you something to start with, but you'll probably have the immediate artifact that the bricks near th edge will be wider than the bricks near the center. You could probably adjust that by using your calculated radius coord to drive the Brick_Width input so that the farther out you went (higher brick-V) the narrower the bricks (in polar coords). When projected onto the plane, it should even out. It's an interesting problem, and I'm tempted to fiddle with it myself, but I'm on another deadline right now. Maybe later.
One sneaky thought: is there a way of doing the UV map so that the rings are mapped in UV space as straight rows? You'd need a disc in the mesh... No, you could manage with an arc of bricks, but it couldn't include the centre of a circle, and distortion would be a problem. The Mesh would need enought points to make each row of bricks independent. To be honest, you might as well draw a bitmap whioh can control a blender node. That lets you combine a brick texture with a mortar texture, doing much the same job as a Brick node. You can get decent textures with fairly simple node combinations. The trouble is that moving mesh points with a morph will distort the texturemap, and shader nodes depend on the UV coordinates, usually. So simple x/y scale changes might be managable, but otherwise?
Attached Link: http://www.runtimedna.com/mod/forum/messages.php?forum_id=43&ShowMessage=186659#7
"*Anyone know how to do an inverse tangent in a shader node?*" Funny you should ask ;)I can do arcsin and arccos, but not arctan as the approximation functions only have a valid input range of -1 to 1.
Note that it isn't perfect yet, as it doesn't have any quadrant processing.
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
making a patio for my latest 3d house, but need a texture thinking to make it brick, or cement, or have both options :P cement was easy and is finished, but trying to work on brick now but problem i have is 1) making rings instead of lines, that walls have and 2) keeping bricks with square corners, sides keep getting tapered 2nd isnt a huge problem, more of a personal want trying to stick with poser nodes only, no textures due to i have a habbit of resizing everything as i model :P and the end patio will have morphs for size anyways so dont want bricks to be growing big cuz of the texture :)and editting mat room nodes would be easy :)