Creating a 3D Wall Panel
-
How hard would it be to combine a 3d texture like this one, and a paintbucket command that would that would do say a wall with windows and doors, and omit the 3d shape at the voids like a paint texture does. I'm starting to learn ruby and thought it might be an interesting exercise
-
Are you thinking of making a tool that would apply a square like this repeatedly to a surface? Essentially acting like the paint bucket tool, but it would paint a 3d square?
I would say that would be very difficult, but not impossible. The ruby side would be challenging, but the exercise in 3d geometry would be a nightmare. Although it would be a fun nightmare
@boofredlay said:
That just gave me migraine.
I was thinking the exact same thing!
-
Yes exactly It would save so much time, I am modeling alot of architecture, things like 3d bevel siding, brickwork etc. , doing one now I will post later of an older building with a rough textured block. Im thinking: select face, extrude edges x distance past thickness, array component, explode all, intersect with model erase negative space, reverse faces in negative space, or something along those lines. My ultimate wish would be some kind of code driven geometry, or smart component that would recognize edges and adjust itself accordingly, ultimatly I would love to see a program that would do perhaps stone work without tiling, using some random number generator function, and some ways to mix the shape with out repeating.
Advertisement