Skip to content

Commit

Permalink
Create readme.md for prop multi mesh
Browse files Browse the repository at this point in the history
  • Loading branch information
RhapsodyInGeek authored Feb 25, 2025
1 parent f4e53f1 commit c9f309c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions FuncGodot Entities/GD Script/prop_multi_mesh/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
PropMultiMesh is a custom Godot class that generates mesh instances across the surface of targeted geometry. Surface targets can be picked by either proximity or matching the target property with an entity's globalname property.

You can specify a resource path to a model or you can target another solid entity by globalname property to copy the mesh from to use as your multimesh.

Does not have any dependencies on other classes, so should be able to just drag and drop the scripts and resource into your project.

0 comments on commit c9f309c

Please sign in to comment.