I would suggest NOT using an alpha blended surface for these. The texture is going to be filtered with distance, and the lower MIPS will be very blurry. It's generally better to just use pure opaque geometry. Include enough cross-sections to reduce long thin triangles, which can cause performance issues with some GPUs.…
ok, here we go. Here is a rough and quick example of what i meant in my previous post. Please note that some stuff (especially textures) r only basic and simplified examples which show my point, and they were not fully elaborated for final quality look :P First of all, when u deal with low-poly vegetation u need to look at…
Someone correct me if I'm wrong, but the biggest learning curve for me was that there are two ways to do PBR. Just remember these key difference: Metalness: it controls how much something reflects. So the difference between a chrome ball and a rubber ball. Obviously a chrome ball is very mirror like, right? Roughness: It…
more examples: from original cube in the middle... A cube's gesture smoothing approximated on the right. Catmull/Clark SubD approximation on the left. one to one correspondance example ( the original vrts are coincidental with the gesture... continuity "travels through" the original geometry ):
Update: By trial and error I have found precise formula for Height Adjust filter Multiply slider: square root of the multiplier between two Texel Densities For example suppose we have Td = 4 and Td = 15, thus 15 / 4 = 3.75 and now the square root of 3.75 = 1.936 so to obtain equal height magnitude between two Td = 4 and Td…
So one thing that really stood out to me that hasn't been commented on are the UVs. They are totally fine if you need a quick auto solution, but will be an absolute pain to work on if you have to do any serious texture work. Ideally, it's best to orient UV shells so they are horizontal or vertical, and straighten some of…
This post brought a tear to my eye! Thanks. I appreciate this insight. =) My questions already been answered, and at this point I'm just responding to people, really lol. I've decided on a strategy. I'll provide an example of the skill I want. Or examples
If you're going to be showing the wires of your highpoly source models in your portfolio, I think it would be a strength to have some examples of both - the attentive lead looking at it will probably perceive this as a positive example of your knowing more than one technique.
Looking good so far, but for the folds i would look into some stylized examples and go into that direction. right now they are too blooby and wonky. give them some clear straight lines and directon. for example: https://www.artstation.com/artwork/PmGdJL
Ok, so after poking around and doing some reading and thinking on the problem, I'm starting to think my initial guess was right - that this is an issue of gamma correction. This means two things: #1 - You artist types arent just smoking crack or anything :P In fact actually whoever originally picked up on the whole "use a…