VoxelWorldSize does not exist
twoco opened this issue ยท 2 comments
twoco commented
In your examples you refer to Voxel.VoxelWorldSize
. But this does not exist. (Invalid get index.)
Adding this to voxel.gd fixes it. Should be maybe variable.
const VoxelWorldSize = 0.5
Great project btw. ๐
ClarkThyLord commented
Good catch, one of the recent pull request refectored Voxel class reworking the way VoxelWorldSize is defined. I refectored the plugin code, but forgot to refactor the examples I'll take a look later, thanks ๐
ClarkThyLord commented
Examples have been refactored, and are working again, thanks again!