building destruction particles
This commit is contained in:
parent
dba09165e8
commit
afc0aab441
127 changed files with 27285 additions and 240 deletions
8
addons/voronoishatter/voronoi/model/voronoimesh.gd
Normal file
8
addons/voronoishatter/voronoi/model/voronoimesh.gd
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
## Represents positioning information, mesh data, and a reference to the original target mesh.
|
||||
extends Object
|
||||
|
||||
class_name VoronoiMesh
|
||||
|
||||
var mesh: ArrayMesh
|
||||
var position: Vector3
|
||||
var target: MeshInstance3D
|
||||
Loading…
Add table
Add a link
Reference in a new issue