Added automatic procedural level of detail to planets
This commit is contained in:
7
godot/Scripts/PlanetGeneration/PlanetMeshFace.gd
Normal file
7
godot/Scripts/PlanetGeneration/PlanetMeshFace.gd
Normal file
@ -0,0 +1,7 @@
|
||||
@tool
|
||||
|
||||
extends QuadTreeNode
|
||||
class_name PlanetMeshFace
|
||||
|
||||
func _ready():
|
||||
self.is_root = true
|
Reference in New Issue
Block a user