Re: [Kicad-developers] Thanks for all the new work on the 3D rendering.

2020-09-30 Thread Bevan Weiss
'm not sure if the "facing normals" are the only issue. It could be >also related with triangle orientation? > > >> Is this not possible in the 3d render libraries we're using? > >The libraries are OpenGL and KiCad source code :) > >Mario > >__

Re: [Kicad-developers] Thanks for all the new work on the 3D rendering.

2020-09-30 Thread Bevan Weiss
Normally culling of polygons with non-camera facing normals is an optimisation and can be turned off. Is this not possible in the 3d render libraries we're using? Regards, Bevan On 1 Oct. 2020, 06:23, at 06:23, Cirilo Bernardo wrote: >Hi Mario, > > I never thought of a good way to manage

Re: [Kicad-developers] [Proposed Feature] GerbView - Mapping Gerbers w Altium extensions to KiCad PCB layers

2020-06-20 Thread Bevan Weiss
edefs that indicate size and signedness shall be used in place of the basic types". So if looking at ‘code quality’, there is an internationally accepted guideline that indicates good quality code uses the stdint/cstdint defined types (in place of the ‘basic types’). Regards, B

Re: [Kicad-developers] Project file churn

2020-03-07 Thread Bevan Weiss
Perhaps something like an MD5 checksum field could be added to the file format (and the timestamp removed). If the timestamp is only used for change detection, an MD5 hashvalue etc might be a cleaner 'single location' to check. It could also be used for file integrity (as a secondary feature).

Re: [Kicad-developers] Coverity finds an ugly bug in wxWidgets

2020-01-11 Thread Bevan Weiss
Is there any harm in having braces for each if / else / for / while statement (regardless of if it’s single line or not)? There is the possibility of harm in not doing it, so it seems that adding it to the code style rules, would be prudent. That Coverity is throwing a positive at this

Re: [Kicad-developers] support of 3D model plugins

2016-01-03 Thread Bevan Weiss
for what the KiCad development team would have the time for. If there was a library that would just dump out the raw info (like polygons and vertex shading/specular etc) that would make things easier right? Regards, Bevan Weiss -Original Message- From: Kicad-developers [mailto:kicad

Re: [Kicad-developers] Trouble compiling under windows

2016-01-03 Thread Bevan Weiss
the KiCad sourcecode? Thanks for the reply, Regards, Bevan Weiss -Original Message- From: Nick Østergaard [mailto:oe.n...@gmail.com] Sent: Sunday, 3 January 2016 9:15 PM To: Bevan Weiss <bevan.we...@gmail.com> Cc: KiCad Developers <kicad-developers@lists.launchpad.net> Subject

Re: [Kicad-developers] Trouble compiling under windows

2016-01-03 Thread Bevan Weiss
files, which would also have these same Microsoft-isms about them ;) There is a work around, but I'd still like to report it as a bug. I imagine it's trivial to fix, just a case of double quoting something prior to passing it on. Regards, Bevan Weiss -Original Message- From: Kicad

[Kicad-developers] Trouble compiling under windows

2016-01-02 Thread Bevan Weiss
they just don’t care about such ‘Windowisms’ like folder names with spaces). Bevan Weiss ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad