Hello everyone,
This is my first time posting some of my own work. I don't really get to do anything creative or complex at my job, and I never get to take the time to texture. In order to practice some texturing I took this cargo container I made and tried to dress it up as best I could with a 512 x 512 texture.
I wanted to make each side unique so that I could reuse the prop several times in the same environment without it looking too repetitive. Let me know what you guys think and ways I can improve
Thanks in advance.
Replies
It's not bad for that resolution, but the details are are washed down like an old game from maybe 10 years ago. It might be better practice to go with a higher resolution like 1024 x 1024 if you want to go for a more detailed finished.
Even though you have 2 unique sides the overall texture is very repetitive. Another alternative while staying with a 512 square texture was to divide the mesh up to utilize some of the same parts of the textures. Also the text on the container could have been done as decal using an alpha channel. All of this would have used a little more polys, but would make this piece a much better finish.
The bottom edge of the box is too clean and some of the rust could be orange for a richer look. Just keep practicing and try using some photo references to make things appear more realistic.
Thanks for the sugestions. Initially I had plans to do 4 variation of the texture @ 512 x 512 and then fit all four on a 1024 x 1024 texture but as you point out I guess I am living in the past
I've not really done decals before, But I am assuming it is just a plane with an alpha channeled texture on it of the text that can be moved around and placed on the containers surface. Is that correct?
Anyway I will probably upgrade the size of the texture and look at roughing up that bottom edge.
Thanks again,
-main side texture
- end texture 512x256
- trim texture 512x64
- metal detail texture 128x256
- decals texture (applied either as floating polys or as a layered shader)256*
that would be the same size (if my quick matyhs holds up) but would give you much greater texture res
http://www.ericchadwick.com/examples/provost/byf2.html
I think the section "Welcome to Splitsville" explains this issue nicely.
Are you aiming for "photo real"? If you are, use a Photo. Don't waste time handing painting the majority of this texture. No matter how good or how long you take it won't look nearly as good as a photo would.
You can also overlap some UV's to gain more texture space but I am sure thats already been mentioned.
Thanks again,