Roberto_R Posted March 26, 2014 Share Posted March 26, 2014 (edited) Hi Guys, I'm really new to the world of procedural modelling and wondering if anyone could help . I've made two walls for the hut I'm making but having trouble getting all walls to line up and be built procedurally. If anyone could help I would really appreciate it...Thanks for looking at my post 0.1.hip Edited March 26, 2014 by Roberto_R 1 Quote Link to comment Share on other sites More sharing options...
freaq Posted March 28, 2014 Share Posted March 28, 2014 (edited) been trying to get to this for a while but been to busy,sorry for taking so long seems to be working fine for me, can you elaborate on what you want to change? I made an extension of what you did that might be of use WallBuilder.hip Edited March 28, 2014 by freaq Quote Link to comment Share on other sites More sharing options...
Roberto_R Posted March 30, 2014 Author Share Posted March 30, 2014 Thats ok Freek, thanks for getting back to me. I was just having problems with overlapping bricks (corners when scaling). Seems the example file has the same problem when you use an unusual shape (you made in Sops). Really cool example file. I will try implementing it into my current setup, thanks again for getting back to me Quote Link to comment Share on other sites More sharing options...
freaq Posted March 31, 2014 Share Posted March 31, 2014 in that case you want to measure the length of on of the resampled pieces, and compare it to the target length so so have a scale value. best way to do this is to treate every segment of the line seperately (carve sop carve at breakpoints), do a for loop and then resample and measure the distance between point 0 and point1 and devide it by the target distance and use that as the scale attribute. to set the scale of your bricks on the copy sop. Quote Link to comment Share on other sites More sharing options...
Roberto_R Posted April 1, 2014 Author Share Posted April 1, 2014 Thats great thanks again Freek Quote Link to comment Share on other sites More sharing options...
freaq Posted April 3, 2014 Share Posted April 3, 2014 no problem, make sure to post what you come up with so I can maybe help you further, and have other people be able to learn from your experiences 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.