Thursday, January 28, 2021
Wednesday, January 27, 2021
Ran into a few issues when combining all of the duplicate instances that comprised the CrateA mesh and had to do the following:
- Make each instanced mesh unique via the MakeSingleUser (object+data) function
- Ensure all of the UV maps from each mesh that would be joined together were the same. Apparently, Blender defaults to giving unique objects unique UV map names, which can cause the previously packed UVs to get unpacked and/or potentially in need of complete UVing all over again...though I can't speak to the latter part as I didn't look into it.
- Clear the custom split normal data on certain objects. Again, I don't know why this would be necessary, but prior to doing this I was seeing previously flat shaded corners areas become smooth...as if they were completely ignoring the autosmooth (30ยบ) despite it being enabled.
I think I'm calling this crate complete (at least, for now). Crate contains D, M/S, N, & AO. Unfortunately, simple images are a cheap solution for presentation. What is really needed is a model viewer. I'm guessing there are solutions to be had, but I should also consider another solution apart from blogspot. For obvious reasons, ArtStation is the first thing that comes to mind.
Thursday, January 21, 2021
Nearly done with the diffuse. Took a 30 min detour making the washed out plank in a more realistic style; knowing full well I wouldn't intend on the final looking as such. Still, it's an interesting result and process. With such muted colors and values it's more difficult for my eyes to see the work that needs to be done in order to achieve the desired result and is instead a more intuitive abstract process relying on the fundamental process I'm using to paint all the wood in general. When this crate is finally complete, I should probably make an effort to review, consolidate, and document my painting process.
Monday, January 18, 2021
After several attempts, I've finally arrived at a style which pleases me--one which isn't too detailed, but also not too flat & one that approximates the look of beaten up wood. I've considered a result that's a bit cleaner; with less wear and tear, but I've spent enough time on this and am eager to see the entire result; otherwise, I feel as if I'll be in texture painting limbo.
All of this was painted on a single layer, which is less ideal for making any edits prior creating the various other maps in Materialize, but all previous attempts painting on multiple layers felt too cumbersome and perhaps it will be good to see what I can squeeze out of Materialize without the benefit of tweaking individual layers.
Thursday, January 14, 2021
A Practical Approach to Physically Based Shading in Unity -- This link contains some basic information and value charts for metallic, specular, & diffuse properties of various materials. The last half of the article demonstrates the importance of such things on a crane asset in the Viking demo scene; particularly the importance of SecondaryMaps to add detail at a relatively low cost.
Regarding the CrateA asset, a specular smoothness/roughness map may not be required and a simple value may suffice, but that remains to be seen depending on the nails/spikes & perhaps other unforeseen added details in the diffuse.
Wednesday, January 13, 2021
Despite not doing any traditional texture baking, it's always good to remember how normals will be rendered. This video demonstrates problems and solutions when baking normal maps as it pertains to UV layout and smoothing groups.
CrateA is currently adopting the first solution, which is to say it uses face weighted normals and split UVs accordingly. It'll be interesting (and perhaps problematic) to see how a painted and/or diffuse-generated height map can be used to create the normal map in Materialize.
More Normal map info
Types of Normal Maps & Common Problems
Toolbag Baking Tutorial -- The last 25% has some advice for tips, tricks, & solutions to common problems.
Tuesday, January 12, 2021
It occurs to me that perhaps I should allocate some empty space on the UV sheet to account for the possibility that I may later discover a need for more crate-related objects. I suppose that illustrates the importance of the pre-production phase, which I've more or less bypassed in the interest of making some new art.
Saturday, January 9, 2021
I think I've found a solution in UVPackmaster. It is a 3rd party UV packing tool that allows the grouping of UV islands based on a varying number of parameters. Notice in the image below how each integer is grouped. There is more wasted space than I would like, but I think with a bit more tweaking I can probably resolve this. Thus far, the plugin is fast and easy to use. I spent the bulk of my time looking for solutions, finding this one, purchasing, downloading, & installing it, and going through the documentation. Actual time spent using the tool has been minimal, which was what I wanted--a tool that would minimize UV hand holding. I imagine this tool will save me quite a bit of time in the long run.
Crate has also been UVed using instanced duplicates. However, Blender's pack function doesn't appear to cluster the UVs of any given object together. The front column is highlighted and notice the placement of the UVs for that object in the image editor. I wonder if there's a way to cluster UVs by object, or by material IDs, or maybe some other way that's less...random?
Crate assembled using the handful of pieces shown in the previous post. Considering it's a simple crate, the silhouette is fairly unique, which I like. Each side of the crate is also unique in some way, with the top being the most unique. There are large nails and railroad spikes meshes used to seal the top portion of the crate. Maybe the nails could be shot off the crate, causing the lid to open and its contents (whatever they may be) exposed?
Friday, January 8, 2021
The top left is the original crate cube and to the right is a quick, but incomplete paint over, to help me visualize the construction & basic layout of the crate. Below that are various references containing certain elements I wish to incorporate into the new crate design--be it the overall construction of the crate, the wood material itself, decals, etc.
Thursday, January 7, 2021
Couldn't quite get what I wanted from uscript, or rather, it could be done; except there are already scripts in place that handle ray casting so handling decal normal-based orientation via uscript would cause duplicate ray casting, which, is not ideal.
After some digging into the ShotCollisionResponse script I was able to cobble something together to solve the problem. See the areas highlighted in green
Wednesday, January 6, 2021
Sunday, January 3, 2021
Working with Materialize. The original decals were sprites and I wanted to create ones that could take advantage of normals, spec, etc. Materialize seems like it will work. From left to right these are the 3 decals that were created for the tiling wood texture. These initial tests were to gauge how large I wanted to the details to be, and given the hand-painted, exaggerated nature of all the textures in the scene, I think decal 3 is probably the best. The decal itself needs some proper work, but I'd say it's a good, rough approximation.
Another side now: I also made a quick pass at adding normals to the wooden texture on the saloon (also used on the jail) just to see what that would look like. This was more or less me playing with Materialize to get a better handle on it. Not very impressed with the results, but then again, I didn't spend much time, so that's to be expected a suppose. The normals themselves are clean enough though...considering.