currently trying improve the stability of my shape cutter
with a view to release it to the public max aficionados
Klunk
Hello everyone!
My last contribution on Lighting for BF2042 on the new map Stranded : https://www.artstation.com/artwork/2qVr2g
Enjoy !! 😊
Pandator
I've been working on a 3d character artist's handbook(github wiki) that covers the entire workflow as well as other things like composition, anatomy and so on. I think it's now at the point where it is ready to also be used by others. Hope you like it😉
Sidney Eliot
Heyo! Popping on here to share my recent project, Temple for the God of Life! I had a great time working on this and got to try out a bunch of new workflows and techniques, while focusing on my main goal of making something modular and managing my time.
I spent a lot of time in unreal making blueprints, and building materials, specifically building a foliage shader.
If you'd like to view the full project plus the concept art you can find it here https://www.artstation.com/artwork/6b0XDO
Thanks for viewing!
ThisisVictoriaZ
Hello Polycounters!
6 months back I left the IT industry and wanted to attempt to break into the game industry as an environment artist. So I spent this time off to fully devote my time to relearn 3D (as I've had a past with it but long periods of stopping) and improve my skills.
I want to focus on stylized art as I find it so appealing and with that, I set out on my adventure. I do hope that you enjoy the piece!
Software: Maya, Blender, Substance Painter & Designer
Engine: UE5
https://www.artstation.com/artwork/G80EDd
so_sselkcer
very nice! even with all these screenshots i can't see the whole object, like the tip of the bit. but, i'd call this done, done, and done! time to make the next one!
killnpc
Unpaid art tests are really something that bothers me and its actually something that is up to lead artists to stop doing. HR has no clue about anything and they will do what the lead artists says, so its just up to us who are in a position hiring others to stop demanding those tests just because we had to go through them ourselves.
I will admit, I'm only newly appointed to this role where I actually lead the recruiting, but I refuse to ask for unpaid art tests. The first person I hired was based on interviews and portfolio alone. Currently I offered a second guy a position based on portfolio and interviews. The only reason I offered him to do additionally an unpaid art test was based on his salary demands he would have need to rate him as a senior artists, something unsupported by his experience. I was open about it, told him that our offer stands, but if he wants to prove that he is better than what we see in him, he can do the art test or just work through out the trail period and we would re-asses him if need be.
I especially see no point in doing art tests that don't simulate the working environment. If you just drop a briefing and expect the result so you can check it, why even bother? The test can be used to see how the person communicates and how he/she reacts to feedback and how the employer and employee get along - so both sides get an impression that actually tells them if this would work longterm at all for them. If you lack the time to do so as employer than you are doing something seriously wrong as you are showing an utter lack of respect for the time of the candidates. Art tests shouldn't be a screening part of your recruitment process so you can reduce the number of applications. It should be a very thought through decision if you are demanding it from someone and just a way to see more than a portfolio offers.
Its utterly ridicolous to me what people think they can demand from artists. When I was working in a legal department of an insurance company and I had 100+k Euro per month going through my hands based on legal decisions I had to make based on dozens of cases thrown on my table each day I had no test what so ever. The chances of screwing up and doing financial damage to the company was far higher than what a bad trail period of an artist could cause. And yet we act as if artists who already show up with work examples need to be screened more diligently than people working in legal departments or at court.
That's just my 2cents. As I said, I might lack the experience being in the recuitment role, but at the same time I refuse taking shortcuts on my end that others have to make up for with the stress that art tests bring along.
Biomag
Plenty of things changed since I last posted!
I've polished the cover and noodled around with the render of a Diamond. I gotta say I'm really liking the way it looks now! :D
And I've also gotten a great piece of feedback regarding the scene. I've added some props to compliment the book and to be able to render it standing up instead of flat on the floor of the scene! Not 100% happy with the text now, will be tweaking it some more.
Cheers and stay tuned for more!
Svartberg
This is a brief write-up about subdivision artifacts caused by mesh deformation and how segment matching can create topology that reduces the disruption caused by intersecting shapes.
The accuracy of subdivision modeling is limited because it smooths the mesh by averaging the geometry. Adding, merging or moving geometry disrupts the segment spacing of curved surfaces and can deform the mesh. Subtle deformation may be acceptable but severe deformation will likely cause visible smoothing artifacts.
Below is an example of how mesh deformation affects subdivision smoothing when sliding, moving or adding edge segments on a cylinder.
Mesh deformation, around shape intersections on curved surfaces, is often caused by adding support loops that disrupt the segment spacing or by merging the existing geometry into the intersecting geometry. The examples below show what this can look like when the mesh is subdivided.
From left to right: Adding support loops that disrupt the segment spacing near the base of the intersection tends to deform the curvature outwards. Increasing the number of segments and merging them into the support loop at the base of the intersection tends to deform the curvature inwards.
Using the geometry of the curvature to form part of the support loop around the base of the shape intersection greatly reduces the visibility of the smoothing artifact but doesn't completely resolve the deformation that's caused by the inconsistent segment spacing.
Adjusting the shapes, so the edge segments match, will produce a shape intersection with a relatively even polygon distribution. Since the segments in each curve are roughly the same length, the subdivision smoothing will be relatively consistent across all of the connected shapes. Which helps prevent undesired mesh deformation that could cause smoothing artifacts.
Working through these basic topology flow issues early in the block out will make the modeling process a lot easier but sometimes it's not possible to match the segments of each shape perfectly. In most cases though, close is good enough.
Any minor difference between the shapes can usually be taken up by the faces between the outer support loop and the base of the shape intersection. The support loop on the inside of the shape intersection can also be adjusted to compensate for the width of the support loop on the outside of the shape intersection.
Below is an example of the order of operations that works for segment matching most curved shapes. Start by adjusting the shapes until the segments that make up the curve are aligned then cut in the additional loops along the curve. Remember to include the width of the outer support loop when matching the segments.
Basic cylinder intersection: Line up the segments in both shapes until they're close to where the outer support loop will be. Confine any potential difference in the shapes to the area between the inner and outer support loops
.
Tapered cylinder intersection: Same as the basic cylinder intersection but a triangular quad can be used to redirect the loop flow where the three shape profiles meet.
Edge to edge cylinder intersection: Rotating the starting position of the intersecting shape can provide better options for directing the topology flow, without having to arbitrarily increase the amount of geometry required.
[Perpendicular] Overlapping cylinder intersection: Complex shape intersections increase the likelihood that some of the support loops will disrupt the curvature and cause smoothing artifacts. Rotating the intersecting shape can help optimize the use of existing geometry as support for the adjacent topology flow but sometimes it's just necessary to increase the number of segments in the shapes to reach the desired level of surface quality.
[Parallel] Overlapping cylinder intersection: Similar to the shapes in the previous example but could also benefit from moving the smaller shape a bit further into the larger one. Sometimes it's necessary to simplify certain details or compromise slightly on the position of the shapes to achieved the desired results when the intersecting shape is constrained by the number of segments in existing mesh.
Increasing the number of segments in a curve can make it easier to route the topology flow across the shape intersections and can also increase the accuracy of the subdivided curve but there are certain situations where details need to be added to an existing mesh that can't be adjusted easily. The same segment matching strategy can be used to find the minimum amount of geometry required to match the intersecting shape to the existing shape, even if the number of segments isn't evenly divisible or if the intersecting cylinder geometry has to be rotated to line up with the existing geometry.
Recap: Block out complex shape intersections before merging and adding support loops. Match the segments of the intersecting shapes and line up the edges of adjacent shapes as support whenever possible. When merging intersecting shapes, avoid deforming the curved surfaces by constraining any differences in the shapes to the area between the inner and outer support loops that define the shape intersection.
part one of a few things to come on various platforms. Johannes and Simon are talking about the visual development, artdirection and concept art for the showcase.