For something static it's easy . Just render a picture of whats behind , a cube map projection maybe, and distort /displace it by a normal map with vector warp node . if you want time of day changing and something moving behind the glass you need a special render target in the engine. A dynamic cube map maybe or have this…
Thanks very much for your responses people, I am marking this thread as closed as I have found enough people to work with. --- Note: I originally made this post on Reddit, and am cross-posting this here as I haven't yet found what I need. I'm working on a 2d infinite scroller mobile game and I'm looking for someone…
@Alex_J Thank you very much for your quick response! True, grouping by type can be considered redundant given that the computer is already good at doing this on its own. However, grouping by “use” does make some sense. Rather than use, the appropriate word would be category. We can create models that we usually find in…
I'm trying to learn some hard edge sub-d high poly modeling (mechanical objects). And I was wondering if there are any good tutorials for cleaning up meshes. I hope the following isn't too noobish. I want to cut a hole in my mesh (just making it a square for example ease). But I don't know how to keep the form without…
Say I have already calculated the TD of my uv shell, ie. I know its exact size and I know where I should be placing it, are there any tricks on how to position it precisely where I want it? For example, can I pick the top-left vertex as origin, and tell Blender to move the shell to a position where this origin will be 16px…
Finished Entrants (eligible for 1st–3rd place): * 1st The Freelancer – Alexander This character model is a clear standout. It demonstrates a
comprehensive and well-structured development process, fulfilling the requested
breakdown with exceptional clarity. Each individual component reflects a high
degree of intentionality,…
Thanks guy for the feedback, this helps me narrow down how I will organize my files for future reference, much appreciated. I should mention also that I'm trying to keep the Group's system in check, meaning I would like to know if using Groups is possible to keep my files a separation hierarchy to make things even more…
Basically if you have overlapping triangles at a pixel (technically a 2x2pixel area) the renderer has to consider all of them, which means it has to process that bit of the screen repeatedly It's not worth worrying about if the number of pixels involved is small or if preventing it means extra work, sacrificing modularity…
I actually think the lighting is painted by hand. This may sound funny but that quality of realism isn't something I think computers are capable of yet. Whenever you see realistic skin in a game or movie, it always looks like a plastic doll or a very matte like play dough. But with Klaus, every frame is consistent in…