Skip to content

Releases: A-Chaudhary/age3d

v0.4.0

06 May 03:53
6b87d79
Compare
Choose a tag to compare

Added

  • find_accessible Function
    • raycast from all vertices on mesh and determine accessible from given direction
  • examples for 'find_accessible`
  • Tests for find_accessible

Modified

  • erode Function
    • Added direction parameter
    • Modified Behavior with determining starting positions of erosion particles using find_accessible and given direction

v.0.3.0

01 May 04:51
55ba8db
Compare
Choose a tag to compare

Modified

  • Erode Function
    • Added Raycasting Logic to only remove material from mesh
    • Added verbose func param to include printing information for debugging

v0.2.0

29 Apr 06:18
121d222
Compare
Choose a tag to compare

Modified

  • Erode Function
    • Added prevention logic for erosion particles to move up the mesh
    • Added Angle Calculations & Checking for Particle Descent to stop erosion particles rotating direction

v0.1.2

05 Apr 00:14
d48b95f
Compare
Choose a tag to compare

Added

  • Documentation for functions
  • IntelliSense QuickInfo

First Release

26 Mar 03:03
98ead09
Compare
Choose a tag to compare

Supports:

  • importing .stl model files
  • Vertex Selection filtered by Height
  • Vertex Selection by Triangle Neighbors
  • Point Cloud Creation
  • Visualization of Mesh and Point Clouds
  • Erosion of Mesh with customizable number of erosion particles and lifetime of particle