On older version of kicad, the WRL files for 3d models works flawless,
but after update, the same files don’t work at all, after export again using solidworks. they are rendered with some color errors, someone experienced that too?
I exported from solidworks 2018 again, vrml 97, milimiter unit (i still have to apply scale (1/25.4) to fit properly on the foot print…).
Your screenshot looks like you experience something called Z-fighting. This happens if you have two surfaces with different colors at the same position.
So you might need to remake your models such that there is no overlap between differently colored parts.
In freecad this can be achieved by using the union operator which does result in one single solid with differently colored faces. I do not know if solid works has some equivalent.
Also the best option right now to manage 3d models is by using the freecad extension kicad stepup. It allows you to export correctly scaled and nicely colored wrl models plus a step model. The later can then be used to create a detailed step model for your populated board for use with any mechanical CAD program.
@Saulo
You can export your SW file as STEP and then open it in FreeCAD. From FreeCAD you can export it as WRL with a better KiCAD compatibility.
An easy exporting option is through StepUp WB as suggested by @Rene_Poschl.
I tried to use Wings3D to do that (i don’t know why i have this software lol).
i already tried to use the stepUp but i failed to understand how to use it… but i will do that @maui (just use the freecad to export it).
i have a lot of 3d models and footprints, maybe i should invest more time to learn how to use the StepUp.
Hi guys, i tried to export using FreeCad, still the same. Now i update to v4.0.7 and some .wrl from kicad appears with the same error… i believe this is something related to my renderer itself, some library…
3D model: Crystals.3dshapes/Crystal_SMD_5032_2Pads.wrl
Now i realize that kicad suggest to install wings3D to create and edit the 3D models (that’s why i have it on my computer! ), it uses some render engine from wings3d?