Komag Posted May 7, 2009 Report Posted May 7, 2009 I have a very long wall, and I would like to "fit" one texture on it vertically, but then just have the texture repeat at that scale horizontally. Is there a way to "fit" in only one direction? If not, I would like this feature Quote
SneaksieDave Posted May 7, 2009 Report Posted May 7, 2009 You can use a pattern brush: build your wall as normal. Then build a separate brush, aligned properly with the wall and texture it appropriately (e.g. it would be 128 on a side or whatever dimensions you want, aligned 1x1). Now just copy that alignment to the wall (MMB followed by ctrl-alt-MMB), and you'll have 1xn alignment. Quote
greebo Posted May 7, 2009 Report Posted May 7, 2009 Or fit the texture 1 time vertically (any number Y times horizontally) and copy the scale value in the Surface Inspector from the vertical scale entry over the horizontal one. Quote
Komag Posted May 7, 2009 Author Report Posted May 7, 2009 Okay, I can see how either of those approached would work (would be nice to have it direct though) Quote
SneaksieDave Posted May 7, 2009 Report Posted May 7, 2009 FTR, I use the pattern brush technique all the time for aligning patches to brushes, so it's actually a very useful thing. Quote
greebo Posted May 7, 2009 Report Posted May 7, 2009 (would be nice to have it direct though)Yeah, I know, but my DarkRadiant time is very limited right now. I'd like to do more algorithms like this with Python scripts, which can be developed in a much shorter time than C++ code, but the script support is not ready yet to create texture algorithms. Quote
Komag Posted May 7, 2009 Author Report Posted May 7, 2009 FTR, I use the pattern brush technique all the time for aligning patches to brushes, so it's actually a very useful thing. Ah, that DOES sound very useful, should go into some wiki pages for people to learn this good technique! Quote
jdude Posted May 8, 2009 Report Posted May 8, 2009 I have a very long wall, and I would like to "fit" one texture on it vertically, but then just have the texture repeat at that scale horizontally. Is there a way to "fit" in only one direction? If not, I would like this feature I don't get what your asking really. But cant you just use the fit ratios? (When you fit the default it 1 and 1 change to 1 and 2 or w/e) Quote
Komag Posted May 9, 2009 Author Report Posted May 9, 2009 but I don't know exactly how long the wall is or whatever. So maybe the wall is 12 tall but 328 or whatever long, I don't feel like doing the math to divide that, and have to adjust the wall length to be a multiple of 12, etc. Quote
jdude Posted May 9, 2009 Report Posted May 9, 2009 I just type in a random number, ie: 14, then see how it looks, if it looks good keep it and if not adjust accordingly Quote
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.