Skip to content

Geometric algorithm implementation for clipping and capping solid triangle meshes.

License

Notifications You must be signed in to change notification settings

nickyvanurk/capping

Repository files navigation

An efficient algorithm for clipping and capping solid triangle meshes, based on the approach described in this paper

Screenshot

😊 Why?

This project was developed to address a common challenge in 3D graphics: efficiently clipping and capping solid triangle meshes. Such operations are crucial for applications like 3D printing and architectural visualization, where accurate, watertight models are essential.

As part of my personal portfolio, this project demonstrates my ability to implement advanced geometric algorithms and apply them using modern 3D graphics technologies like Three.js. It also highlights my problem-solving skills and my ability to create optimized solutions for real-world applications.

By working on this, I aimed to refine my understanding of geometric algorithms while adding a practical and visually compelling piece to my portfolio.

🚀 Technologies Used

  • Three.js
  • TypeScript
  • HTML/CSS

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

Installation

$ git clone https://github.com/nickyvanurk/capping
$ cd ./capping
$ npm i
$ npm run dev

About

Geometric algorithm implementation for clipping and capping solid triangle meshes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published