Yeah I get that part. But what certain part of the overlapping ones do you want? Any why that part? Lets say that you have UV shells A, B and C. B and C overlaps each other, so you move C out of the 0-1 space just for the sake of baking, to avoid overlapping results. But why keep B in 0-1 space and not C? And if you plan…
I noticed something in the Standard shader that surprised me. The Metallic Map uses the R channel for metalness, A for gloss/smoothness, and G and B channels are ignored. But both Height and Occlusion both use the G channel only, and ignore RBA. Would it make sense to change one of those to B so that a map can be packed as…
Hello everyone, I’d like to share my first independent project: a detailed 3D model of the Grand 850 rigid-inflatable boat (RIB). Since I am still a beginner in 3D modeling, this was a massive learning experience for me. My primary objective for this project was to achieve accurate hard-surface geometry representation,…
Hello everyone, I’m a beginner C++ programmer and Unreal Engine user looking for a project I could believe in and in which to hone our skills together. To put this in perspective, I’ve tried this as an hobby in the past but it never panned out, so that little skills I might have acquired then is now long gone and…
I don't mind answering questions. It helps me organize things in my head because I often have to explain these things to people. Huge stuff in the distance: So, you probably have a skybox. But, you want a huge object far, far away. You don't want to set your camera far clipping plane to something huge because that messes…
If you enjoy the technical side, maybe industrial design? Or since you have college, try an internship? ILM takes them on, but there is a very large waiting list. It really is all about the passion, and creating a personality as an artist. Nothing you have shown says what that is yet. Everyone was there once though, it's…
That covers UV splits but not hard edge splits like eltarbos mentions. It's been a long day and I'm having trouble thinking this one through fully. Also, what maya version? Looks like polyEvaluate got buffed in 2018. -uvEdgePairs(uep) would be handy here at least. (how do i escape this textual hell?) I think a script for…
Hi! I think ziz makes a good point, the environment would benefit from some more geometric detail. I would look at the silhouette of things, that those don't read overly low res/ facetted. Situations that silhouette the most would be probably edges/ corners. I think generally having more geometric detail around camera/…
I have some good progress on my vertice align script it works like this, you select your verts and hit the script, it automaticly detects the flow and will align the verts between the 2 end points on that line. example usage: or what I still plan is a angle snap value (e.g within 2° or 5°) where it detects to snap to…