There's a couple ways you can approach this and it depends on whether or not the overall surface is curved or flat. #1: the issue is there's an uneven or unmatched number of segments between the inside and outside shapes. #2: use less geometry on the outside radius and match the number of segments on the inside radius. #3:…
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.…
On UV issue - well that's curious and something you'd want to resolve. I recommend checking the asset in engine (assuming it's a game asset), alternatively could import into a fresh file. Regarding supporting loops/ bevels: I think once the mesh shades nicely, adding more support loops will do little and mainly increase…
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…
There are things that can assist you. The wiki has everything you need, and a whole lot more: wiki. I put some stuff below that might help. Some of these points dont relate directly to your work above but are general to keep in mind. 1/ Anatomy: That is really the first thing with figures. A good practice is to start your…
you could break up the UV's into islands with the boundaries as the edges you want rounded.... export as obj load into this tool then using the element mask in photoshop ..... add a gaussian blur and use the nvidia plugin to convert to a normal map..... for example a simple box uv elements (just each side)... guassian @…
Hey guys, Like the title says, I am looking to start my team back up, I had to take it down due to the fact that I was traveling and didn't know when I would be back in commission to work on the game again, but I am back and looking to start the team back up. Currently, the game has been in 3 months of development and…
Yep, unlit scene with mostly (if not entirely) unique textures so you can paint the lighting directly on to the models. Here's one of my favorite examples, or a more recent example.