building destruction particles

This commit is contained in:
Michael Campbell 2026-04-15 01:14:14 -04:00
parent dba09165e8
commit afc0aab441
127 changed files with 27285 additions and 240 deletions

View 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