ClarkThyLord / Voxel-Core

Voxel plugin for the Godot game engine!
https://godotengine.org/asset-library/asset/465
MIT License
453 stars 28 forks source link

Convert VoxelSet into a resource #32

Closed ClarkThyLord closed 3 years ago

ClarkThyLord commented 4 years ago

VoxelSet should stop being a Node, and instead become a resource so as to allow sharing between VoxelObjects and unique instances

ClarkThyLord commented 3 years ago

VoxeSet has been reworked into a Resource and it's functionality has been revamped