← Back to team overview

kicad-developers team mailing list archive

Re: Some new sweet features on the new 3D-Viewer

 

Le 05/03/2016 11:36, Mário Luzeiro a écrit :
> Thanks!
> 
> T15: 16214,593 ms
> 
> This is when it is simplifying the copper layers polygon tessellation (with Clipper)
>         // This will make a union of all added contourns
>         layerPoly->Simplify( SHAPE_POLY_SET::PM_FAST );
> 
> I believe there are big layers on that project?
> 
> I will investigate latter this time differences between the two versions (Stable and mine)
> 
> Thanks.
> Mario Luzeiro

I tested the kicad new 3d viewer (W7, 32 bits wxWidgets 3.1).
I can confirm issues found by Nick:

- in opengl Mode building the 3D view roughly takes 3 times the
calculation time of stable or 3d initial merge version for the same board.
- in ray tracing mode, the "pixelization" is *very* noticeable.
- Also the display freezes often. most of times, switching "Use touch
pad to pan" on or off is a very temporary workaround, but not perfect
(for instance moving the mouse when pushing the right button works, but
not the mouse wheel)

The space touch is awesome.

It could be worth to show a "wait cursor" instead of the standard mouse
cursor during calculations, because they usually take a while.

Thanks for your work, Mário (and thanks to Cirilo).

-- 
Jean-Pierre CHARRAS


References