TLDR: Your stuff is too clean and lacks a soul. Ideally you want to create art (for games anyway) that doesn't look like it's a render from a corporate catalog. Example: Your problem isn't so much the models, but the materials/lighitng/composition of your scenes. Most models for games and environments (yes those that…
20 years ago it all was about details priority. A character face would have twice of pants texel size. A signature /decal on a wall twice of wall texel size especially if the wall is something plain colored. So it was pretty much otherwise and honestly that "priority" approach still have its value. In mobile games for…
Cool! A few links that might help you: http://wiki.polycount.com/wiki/Topologyfor example: http://wiki.polycount.com/wiki/Character#Character_Examples like this: http://wiki.polycount.com/wiki/BaseMesh just one example:
As another example of few edges not necesarily producing a smooth mesh: In this example one edge on a cube was bevelled, and then the top resulting edge was moved down and forward, resulting in this sharp edge.
This model, from what I can tell, is accurate regarding proportion and would be a great mesh to rework for any project. Nowadays as much as code is reused an example such as this is a perfect example for modeling. Incredible job!
ahh that makes sense, I'm on board now after reading the rest of the thread and your latest example. Your orginal example actually makes sense. Read everything before posting... read THEN post...
Didn't really liked the hair. So since today Epic released an example I swapped out my hair with the one from the example. Gotta say it looks way better!
Thanks for the reply, mahi. Unfortunately, if your service is replying on diffusion models, then it has likely been trained using web-scraped datasets (for example LAION and CIFAR-10) which infringe copyrights when they're subsequently used for commercial purposes. For example LAION is not for commercial use, see…
Its just an example, imagine a tv remote controller. it has round buttons. now the LOWPOLY does not have so round smooth buttons, instead i would use a cylinderform with maybe 8 sides. and i am sure, i get the same problem i guess -.- 😅
Model_brush.c is the main file where new map and model formats are parsed: https://sourceforge.net/p/chaosesqueanthology/code-t3d_attempt_engine/ci/master/tree/model_brush.c An example one is void Mod_OBJ_Load on line 7562. Which loads the triangle data for an obj file (loads the vertex and then the face data). It would be…