Hey thanks for the reply. I think maybe I'm a bit confused? The two methods I have in mind, one is just making a giant mesh cave wall, applying a tiling texture to it and then just using vertex painting to vary it up a bit with some other textures. This would be using strictly textures and height maps with tessellation,…
I doubt there is a single simple pathway for this. MD's animation is handled via simulation. So to get the same clothing animation you'd need to either 1: export the mesh and bring it into unreal as a PhysX clothing asset, and let Unreal do the simulation. (which will work with varying degrees of success), or 2: Export…
So this day I really started to get somewhere. I started off by working more on the mask by moving around the vertex points thus giving a more accurate shape to the mask. For example, I pushed the whole bottom-front part forward because I thought it looked pretty silly. I also corrected some of the flaws in the mesh and…
BlvdNights, you're right! I have made the metal texture smoother now, thanks! Axios, yes I tried editing the vertex normals. First I tried to find the normal thief plugin, but didn't find it anywhere to Maya. Instead I created a balloonlike geometry shaped like the canopy of the tree and transferred the vertex normals from…
Like others have said not bad, glad i could help, also more subdivisions for polypaint does help, idk how someone said it doesn't. You need it to get the vertex colors to look nice, if this was around 1000 it wouldn't look as nice as it does now. I only play with poly paint to get a decent base or final (depends) but yes…
Just bind this to a hotkey and you're done : string $Objects[] = `ls -sl -fl`; // Store current selection for ($Obj in $Objects) { // Start a loop that will go through each object in your selection list select -r $Obj; // Select the first object in the loop polyColorPerVertex -rem ; // Remove any vertex color data on the…
So I noticed if I import a mesh that has no UV's I get different vertex counts if I import that same mesh multiple times — is tb2 doing some auto-UV process when you import if no UV's are found? That's the only thing I can think to explain why I can import the same mesh multiple times and get wildly different vertex counts…
Hey, I'm making an FPS game with a spherical world in Unity. We don't use any vertex shaders or anything: we just build directly as if it's a spherical world. I wouldn't recommend using vertex shaders because that might actually be harder to build -- it wouldn't necessarily be WYSIWYG anymore. We use a rigidbody FPS…
Sadly not. Shame it wasn't hosted on scriptspot. Maybe Ericchadwik or renderhjs ? This from renderhjs "But there is trick- someone wrote this maxscript: http://www.scriptspot.com/3ds-max/mapthief that projects verts from 1 mesh to another (trying to find match/ pair of verts with the same world positions) and then try to…
Hello , i begin the ground and i need some advice : Can you tell me the better way to texture it ( UV ) Here is the ground in UDK 1 ) i can do like this Legend : Pink : ground Other color : Rock ground So i can make 4 mesh for the rock ( 4 1024*1024) and use vertex painting for the ground ( PINK ) with 2 1024*1024 With…