Skip to content

mojca/vrml-backface-culling-issue

Repository files navigation

Issue with VRML files in CadQuery → KiCad

This is a temporary repository with a minimal example demonstrating an issue rendering VRML files generated by CadQuery.

The following source code:

import cadquery as cq

box = cq.Workplane().box(2.0, 4.0, 1.0)
assy = cq.Assembly(box, loc=cq.Location((0,0,0)), color=cq.Color("black"))

cq.exporters.export(box, 'box-ok.wrl', cq.exporters.ExportTypes.VRML)
assy.save('box-has-back-face-culling-issues.wrl', exportType='VRML')

generates two VRML files. The second one doesn’t render properly inside KiCad.

Bug reports have been filed at:

About

Demonstrating the problem with VRML in KiCad

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages