Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
778 views
in Technique[技术] by (71.8m points)

graphics - Do I have to Z Sort or not?

I have written a 3d model viewing program in vb.net, though the question is not language specific. Everything is working as expected though I have one issue. Partial transparency.

The program allows the user to make the entire model transparent via a checkbox and a slider that changes the alpha values for alpha blending. It also stops the zbuffer check.

This works fine when the model is very transperant but can induce more and more flicker during animation and render errors as the opacity increases. Which i'm guessing is due to out of z-order polygon rendering.

So the question is. Do I need to implement a Sort or painters algorithm for transperancey to work properly or is there any way to use the zbuffer & polygon location etc to avoid sorting everything?

Ps. This does not use api's. It's all software based rendering so OpenGl soloutions etc are no good.

question from:https://stackoverflow.com/questions/65923764/do-i-have-to-z-sort-or-not

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...