vertex painting, decals, mesh objects scattered around to break up the tiling, even lighting can play a part in breaking up tiling textures if you have interesting shadows casting on it and also using colored lights creating different hues and contrast across a surface. Scale of the texture can also play a part in noticing…
I don't believe car's normally use a baked normal map, atleast not in the traditional flavor, they are applied more like decals and the overall shape is defined using only polygons and controlling vertex normals. That will save a ton of memory and allow higher quality textures at the same time. So you don't need a…
Been a while since I did this, so no idea if they have updated tools in that regard. An old hack method was to render out your beauty pass of the terrain, then create a wireframe one (you fill your entire land of the vertex color either black or white) so the wireframes show up as said respective material. Overlay that in…
I would do more than just bake out a cavity map and add a color overlay to it. I think you should check out the free Vertex 2 book and look at Fanny Vergne's section, it starts on page 268. That might help give you some ideas about how to go about texturing this. Also you generally want to try and stay away from pure white…
+1 Neox advice. whilst Dynamesh/Zremesher are fantastic tools, their real effectiveness is knowing when to use them. Dynamesh is generally used as a block-out tool(amonst other things) or at a very high res on hardsurface creation. Using it as a retopo-stage tool on a fully detailed character with high frequency detail is…
TL, DR dude... When you apply a Mask modifier (during export) it deletes all vertices that were being hidden by it (whether it is the whole object or just a few vertices from it, defined by a vertex group). Don't use the mask modifier to hide the magazine. Rather, keyframe the scale of the bone that parents the magazine…
two possible solutions come to mind: - unwrap as needed to paint the object then use a second UV channel / UV set for the detail map that can conform to a grid/match up orientation and UV density at the UV borders to hide seams as good as possible - mask the detail map display strength with either a bitmap or vertex…
In this case it's not an issue of vertex resolution so much as either the resolution of Spotlight (as your eyes see it on the screen, not the actual texture resolution that is loaded), or the pixol resolution of the model on the document/screen (like how projection master works). The projection is pretty much going to…
Your attention to detail is stellar. The MG is looks great so far. Your geometry looks spot on, too. I did notice, in the wireframe shots, a few areas in the MG that you have some vertex pinching on top and the sides around where the magazine goes. A few of the flat pieces in the same areas with multiple polys should be a…
This game would be on iPhone/Android assuming I ever get the money for the licenses :poly124: I plan to have a custom color section on the robots with a color slider (by changing vertex colors). Anyhow, since this semester is over I got some time to mess around some more with this. Here goes a unity webplayer that lets you…