5
\$\begingroup\$

I know preparing mount points and the like. But what's the best way to prevent Z fighting with customizations close to moving parts like elbows and knees?

\$\endgroup\$
2
  • \$\begingroup\$ What is the platform? OpenGL/DirectX or something else? \$\endgroup\$ Commented Oct 27, 2010 at 6:55
  • 2
    \$\begingroup\$ Well this is mostly a general question of how to prepare 3d avatars for customizables most likely clothes like pants and long sleeves as those are the ones that are gonna be affected by animations most of the time due to being near the joints. \$\endgroup\$ Commented Oct 27, 2010 at 7:45

1 Answer 1

3
\$\begingroup\$

Here are some ways to prevent z fighting.

  • Make the near and far planes close together and the space between clothing parts as far as possible.
  • Depending on the types of animations and the situation it might be possible to disable z testing/writing and rely on painters algorithm.
  • Write a screen capture app. Go through your characters and animations and have your artist adjust the animations if there are problems.
\$\endgroup\$

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.