mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
15 lines
325 B
GDScript
15 lines
325 B
GDScript
extends VoxelChunk
|
|
class_name TVNUVoxelChunk
|
|
|
|
# Copyright Péter Magyar relintai@gmail.com
|
|
# MIT License, might be merged into the Voxelman engine module
|
|
|
|
#export (Vector3) var chunk_position : Vector3
|
|
#var world : VoxelWorld
|
|
|
|
#func _ready():
|
|
# world = get_node("..")
|
|
|
|
func _create_mesher():
|
|
mesher = TVNUVoxelMesher.new()
|