Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mesh n place #70

Merged
merged 19 commits into from
Apr 22, 2024
Merged

Mesh n place #70

merged 19 commits into from
Apr 22, 2024

Conversation

pa-senger
Copy link
Collaborator

  • The program can mesh an area using a single reference tree
  • Tree are scaled depending on their real height and positioned using Cartesian coord
  • Union of meshes is computed and produce a single file output
  • Need to check the way the scaling is made and see if it can be improved for v2
  • Need more tree models
  • Need to implement K-nearest algorithm for missing tree metadata
  • Need to implement leaves feature
  • Refer to readme.adoc for usage
  • closes mesh n place #64
  • closes Model the first tree #25
  • closes Mesh the first tree #26

@pa-senger pa-senger added documentation Improvements or additions to documentation enhancement A new feature or request labels Apr 20, 2024
@pa-senger pa-senger added this to the V1 milestone Apr 20, 2024
@pa-senger pa-senger self-assigned this Apr 20, 2024
Copy link
Collaborator

@vincentchabannes vincentchabannes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Est-ce que vous utilisez git lfs (https://git-lfs.com) pour stocker les maillages dans le repo git? ça évite de mettre ces gros fichier dans l'historique git (le clone peut devenir de plus en plus long). En faisant git lfs track "*.stl" à la racine, tous les fichiers stl seront supervisés par git-lfs.

@pa-senger pa-senger merged commit 17772f2 into main Apr 22, 2024
2 checks passed
@pa-senger pa-senger deleted the mesh-n-place branch April 22, 2024 10:44
pa-senger added a commit that referenced this pull request May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement A new feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mesh n place Mesh the first tree Model the first tree
2 participants