Hey Revel, nice character concept. I'm looking forward to seeing the end result! You've managed to keep a nice low poly count on the model so I would first like to commend you on that, all you need now is to work on your polygon distribution. Just a quick tip, always try to keep your polygons square, and similar to their…
In Zbrush, your geometry count shouldn't really matter. It's going to have tons of polygons no matter what, if your goal is to capture every single detail. Film artists aren't really concerned by polygon count since all their renders are handled by supercomputers, making the theoretical polygon count infinite. For a game,…
Now when i think about it it makes sense. Since I stretched polygons it can't calculate the pixel density right ... I might have brain farted. I suppose it's really hard to make a tool which takes into consideration stretched polygons and bases the new scale on non stretched geometry and not on all polygons. Didn't find…
Hey guys So, I'm trying to use the TC curvature shader information of polygon models and I'm a little confused. If I apply the shaders in the example scene to my models the render comes out black, Im assuming this is because they are polygon models and all the example scene uses is nurbs. The site also claims there are…
You just need to be aware Modo will happily let you create non-manifold geometry (unlike 3DSMax which you've been used to). Edges can belong to more than two polygons, vertices can belong to two "surfaces", vertices can belong to the same polygon more than once (although this last one is pretty hard to achieve). Mesh…
I'm not talking about the issues for the workflow, I meant the issues derived from the order the realtime engine render the polygons. Here there is an explanation about this, in the paragraph "the stripping process": http://www.ericchadwick.com/examples/provost/byf2.html But curiously the people of epic don't follow this…
Polygons could be many things. It could be a triangle (3 edges), a quad (4 edges)... a polygon could have 139 edges if you wanted to. Phrasing the question like that is like asing "should you count Dogs or German Shepherds?". Never choose. If they tell you they want the model to be 500 polygons and they meant 500…
Is it possible to completely hide polygons in Maya (2014), as in, the "hidden" polygons are not in the way/still selectable/editable? I know isolate select will "hide" them visually, but they still exist in the viewport and are selectable and editable, which is a real hassle. I'm looking for actual hide polygons like Max…
The top mesh is just a bit wasteful. If you're going to have 5k polys for that model it should result in smoother profiles and beveled edges. Even the model down the bottom places too many polygons in areas you won't notice - like the polys around the recoil spring plug. The important thing to remember is professionals…
OK, Firstly for those who don't know what it is, Backface Culling is a step that a renderer takes to work out which polygons are facing away from the camera. If a polygon is facing away from the camera there is no need to draw it. Having to draw less polygons obviously gives you an increase in speed.. or so i thought :/…