I think you are not understanding how a texture is applied on relation to the UV of the model. On this gif I'm using a tileable brick texture with two examples: One where the model has some UV shells/islands/pieces with equal texel distribution (the UV's are scaled acording to the size of its polygons in the 3d space so…
What you're really taking about is materials and textures rather than UVs. There's a number of reasons to have multiple materials and UV sets on a model. Some examples : 1.The character is made of modular pieces, for clothing customisation, npc/background character generation etc. 2.You need higher resolution textures for…
I think a lot of 3D artists overlook the power that scripting with their 3D application provides them. "I'm an artist - so why do I care about scripting?" I hear you cry. Scripts are great for automating repetive tasks, and you don't need to be a programmer to take advantage of them, though if you understand a few of the…
Splitting and straightening the UV islands to increase the overall texture density makes sense in theory but in practice it's a bit more complicated than that since there's multiple factors to consider. In the overall scheme of things a single road wheel is a very small part of a tank and it's unlikely that every part of…
Thanks pior for the nice idea . it's a bit more straight forward over that bezier curves approach i do but requires more precise vertex placement. Even in your example the upper one is not perfectly straight having some points off . I sometimes need to straighten big chunk of a racing track Ariel image from a drone to map…
JordanN, WarrenM: Agreed I didn't refer to you before but I just want to say these are words of the wise which I fully respect! Mischievous: I sure know what you mean about nature being fake sometimes. MartinH: That sure is a great thread. Going straight to my inspiration folder. :) Brandon.LaFrance, Bigjohn: I absolutely…
I saw a post from one of the devs saying it does use actual machine learning AI, but it strikes me as odd that so many guides are needed if that’s the case. Maybe it’s needed to cut down processing so the AI can be run locally on your machine. Either way, that example clip isn’t great. It doesn’t look much different from…
Thanks! I do want to add more stylized pieces that don't have the issues of the older works. Also all the stylized pieces are interpretations vs the realistic ones where I tried to be as accurate as possible, and my professional work has been in realism as well, so it makes sense how my career in the industry is shaping…
Hello! Ive been looking for help with a project of mine. I am working on a mod for a Unity-run mobile game called Dragon Quest VIII. one part of my project is including adding a new model to the game acting as an armor set for the main character to display when wearing a specific Armor Set. for the purpose of this, I wish…
IMHO I would rather start by enquiring with the shop if they can even process polygon models at all ; because if they can't then the time spent sculpting in Zbrush would be wasted. But if they can, then you could get some example files from them to see how they set them up : do they need a thin surface, or a thick slab,…