New Features in JSculpt

I have done a lot of work on JSculpt, a 3D Modeling software written in Java that I’m developing.

Annotations

Selected items in the scene tree are now highlighted in the 3d viewports with annotations. These will help the script developer to better understand the underlying structure of his objects.

I will try to implement more annotations types, to make the viewports as instructive as possible about object data.

Complete Boolean Operations

Objects may now be combined using all kind of complex structures of unions, intersections, merges and differences. For instance this cube whose centers were extruded by difference operations.

This may look trivial, but generating optimal meshes for these operations is really a challenge. I still have a few issues to solve, but it is functional in the latest SVN version.

See JSculpt project at SourceForge

Comments are closed.