HM, maybe ya'll could provide me with some answers

Started by
0 comments, last by Captain P 16 years, 4 months ago
Its a question I have about a model I'm making for a game. Which kinda asks a question about models in general. Anyways, I dont feel like retrieving the IMG code with all the pics, so heres the link I left on the blender forums. Its a Blender question. http://blenderartists.org/forum/showthread.php?t=110457 Any help is appreciated. Thanks.
Advertisement
Personally I wouldn't chop up the barrels or the plates. It's unlikely to cause any significant visual artifacts, so it's not worth the additional work and polygons. However, it's a good idea to test the prop in-game. If it causes trouble, remodel it and test again.


About z-fighting: when a polygon is drawn, it's translated into a bunch of pixels on-screen. For each pixel, a depth value is stored. When another polygon is drawn, it checks these depth values first, and only overwrites a pixel with a lower depth-value (e.g. a pixel that's further away). However, this z-buffer isn't infinitely accurate, so when polygons are almost equally far away (and the further away they are, the more likely this problem is to occur), the result is sometimes that pixels of both polygons are drawn through each other.
Create-ivity - a game development blog Mouseover for more information.

This topic is closed to new replies.

Advertisement