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…
Hey! Thanks again! Your example helped me a lot, especially the metallic part on the edges. Additionally with a little edge wear made huge difference! What you think?
Hey @spacefrog can you re-upload this script? The d/l link is dead. I was just testing out some of the fancy viewport features like bloom, SSAO, etc. and it'd be nice to be able to save out some animations with it. The vanilla Make Preview tool ignores custom viewport settings, unfortunately. Also would be great to save…
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…
Good progress @baraa_odeh! Here are a few things I'm struggling with here: 1. Aerial perspective, mist, water and sky I think you are missing the fact that they are all the same. The sky is "blue" because there are water droplets in the air refracting the incoming light. And both mist and general aerial perspective are an…
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…
Thank you for taking the time to respond, but just to clarify, I’m not asking how to use Maya’s “Parent Constraint.” I’m pointing out that the feature itself is fundamentally not a real parent constraint, and that’s the core issue. the problem in the link you shared can indeed be solved by a "copy transform" (by blender…
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…