To me all this shapes that you show here looks relative easy to (re-)create. The only thing that you most probably won't achieve is to be 100% equal. Since we don't know what settings, workflow and tools the original artist used to create them. I doubt it was Gimp though. I second Pior's wish here. Give us an example and…
Hello everybody! In my years of game development I got really tired of saving tga files from your PSD file. I have checked the internet several times for a program that can split my PSD file into tga files, but all I could find were slow scripts or not easy to use. So I figured it would be time to write one myself. The…
Hey guys, hopefully some of the more tech artist minded people here can help out with this one. I'm trying to make a procedural fence I can use for one of my projects. I made an example video and sudo blue prints of how I'd imagine this would work, but I'm having trouble figuring exact which nodes I'd use, and how to setup…
Just a quick side note, if you wanted to go ask other devs (not on p.c.) say youtube videos or channels(as an example), about how their devs worked around these issues you might turn up some helpful, time saving feedback, that is IF they respond to it. Alternatively some peeps that have already fixed this could also just…
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…
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…
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…