-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create readme.md for prop multi mesh
- Loading branch information
1 parent
f4e53f1
commit c9f309c
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |