Leonardo Zide
Leonardo Zide
Did you use the installer? It should have included the files needed to run
Can you try running vcredist_x64 in the install folder? (usually C:\Program Files\LeoCAD)
I think this will be complicated to get working, everything in the app assumes that only 1 model is visible at a time but I'll take a look. Is the...
The idea of being able to see multiple models at the same time is still valid.
This is an often requested feature, I started working on part of it last month but didn't finish it. Right now you can use File->Import Set Inventory and it will...
220fb26a3ab463aba5a1f8d9aeba314527cbca26 will let you import a set inventory to a palette (without color or quantity)
I still need to add color and quantity
I think the way I draw is technically correct according to the spec: > Colour 24 is referred to as the "complement colour" or "edge colour". Colour 24 is most...
I'll take a look, but the workaround for this is to create a camera, change its far plane using the properties panel and then set it as the current view...
This is a good idea, but there are a couple of issues with your implementation so I rewrote your pan gesture code. I'll look at zoom and rotate when I...