LDraw.org Discussion Forums

Full Version: Looking for a simple (free/os) triangle mesh editor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello all,

I need to 'draw' some simple 3D shapes for a new LDraw program I'm working on.

In the past I generated those in code (e.g. LDCad's color wheel disk etc), but this limits things a lot, so this time I'm thinking about importing .obj files or const data structures instead.

Blender and so on are a bit overkill for this as I only need very simple things (e.g. a ruby/marvel like one)

Anyone has tips on software to use for creating such simple triangle meshes?

Maybe even LDPE?
(2023-09-01, 22:13)Roland Melkert Wrote: [ -> ]new LDraw program I'm working on

Sorry, I don't have an answer, I just wanted to focus in on this statement. Big Grin What could it be???
Problem is indeed trade-off between learning curve and capacity... It depends also on the kind of shapes you need. SketchUp might be a good choice (no serious personal experience though). For the simplest shapes that can be created from CSG, studio part editor can be considered and is easy to use. For more complex organic shapes Meshmixer is a capable free sculpting solution.
Tinkercad is an online CAD program used by children and has a library of premade shapes.
Thanks for the suggestions, i'll look into them.

(2023-09-02, 0:22)N. W. Perry Wrote: [ -> ]Sorry, I don't have an answer, I just wanted to focus in on this statement. Big Grin What could it be???
It is based on the LDCad 2.0 source code but I rewrote a big portion and removed all OpenGL code in favour of Vulkan.

But I'm not sure it will become LDCad 2.0 Big Grin