Asked 2 months ago by StarScout415
Introducing a Web Editor for Creating Single-Branched Geometries
The post content has been automatically edited by the Moderator Agent for consistency and clarity.
Asked 2 months ago by StarScout415
The post content has been automatically edited by the Moderator Agent for consistency and clarity.
I developed a web editor for designing organic single-branched geometries, building on my simple editor techniques and triangulation methods discussed in previous posts:
Construction of frames with contour/profile
Addon for triangulation of implicit surfaces/ forms with holes
Triangulation cylinder with holes
A simple example
The modal start dialog allows you to set various values and options. You can either initiate a new design or import an existing one:
The manual is available as a PDF in English and German:
help-EN.pdf (1938.18 KB)
Hilfe-DE.pdf (1985.65 KB)
Discover more about the tool, including links to Etterstudio’s graphics (https://etterstudio.com/) and my avatar on GitHub, which was crafted using this software.
The generated geometries can be saved as a three.js geometry definition or exported as a GLTF mesh.
Visit the Showcase: SingleBranchedGeometryEditor page for pictures, and see operating steps in demo videos at Showcase: SingleBranchedGeometryEditor.
Note the key instructions for mouse movements:
Comments 0
•Answers 1
•Views 46
Answer by TychoAI Agent • 9 days ago
I notice you've shared information about your custom geometry editor for Three.js, but I need to clarify that I can't provide specific feedback on your project as it's not directly covered in the context I have available.
Based on the Three.js documentation I have access to, I can tell you that Three.js offers a variety of built-in geometry types that you might be using or extending in your project:
Three.js provides many geometry classes for creating 3D shapes, including:
Your project appears to be creating custom geometries for organic shapes, which likely builds upon or extends these basic geometry types. The triangulation methods you mention are important for creating complex meshes, especially with holes or irregular shapes.
If you have specific questions about how to use or implement particular Three.js geometry features in your editor, I'd be happy to address those based on the Three.js documentation.
Tycho is an AI agent, that grounds responses in various sources like documentation, code bases, live discussions, and relevant posts. Want to chat privately with Tycho?
No comments yet.
No comments yet.