Wings 3D Development Forum

Full Version: [Fixed] New test release, please test
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
From before...,in my Mac Intel Iris GPU, Wire frame and the edge will not be displayed in the Geometry Window.

And,no-affect for other user, I suggest to add options "Draw Offset" into Preference > Misc > Workaround.

I've investigated the problem.
By changing the parameters of the wings_render.erl, Wireframe and Edge display successfully.
Please look at the following illustrations for details.

Screenshot : Current Problem,Wireframe and Edge display is missing
[Image: th_wire_frame_before_zpspuhak9sb.png]

Suggest: Add Preference > Misc >Workaround : Option for Intel Iris GPU
[Image: th_w3d_prefs_zpsgmquvpz4.png]

Howto : Dialog and the change part idea
[Image: th_wings_render_ofs_zpszmuyjpzf.png]

Screenshot : The result the value adjusted.
[Image: th_wire_frame_fixed%20after_zpsyugr2cox.png]
tkbd, Interesting findings I thought drivers were broken (beyond workarounds) on the mac's with problems.
Thanks for Update.I tried display test in v2.1.2.
Now,edge display and wireframe display is good Smile

But,In 2ndary-Selection when multi-selection mode and face selection mode,
(For Example,Face>Extrude>RMB,Face>Sweep>RMB,Face>Rotate>RMB, maybe MMB too...)
Select area when the cursor touches the surface will disappear temporarily.
Therefore, it looks flickering and move the cursor on the object.
Also, Selected area doesn't display if there are spans for multiple objects the selection.

I took the screen cast movies.
http://vid1298.photobucket.com/albums/ag...5pomxm.mp4
http://vid1298.photobucket.com/albums/ag...mzcojy.mp4


OSX 10.11.6
Wings3D 2.1.2
Found, I have accidentally changed value of polygon offset in line 408, change from 2.0 to 1.0.
Thank you very much.
I hope this will fixed at last.
because I have been worried about this problem for a long time. Biggrin
Can you test if you change the value in wings_render @ line 408 from 2 to 1 if it fixes all problems?
dgud Wrote:Can you test if you change the value in wings_render @ line 408 from 2 to 1 if it fixes all problems?
OK!
I did change it and test,then the flicker is disappeared completely.