godot marching cubes implementation
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
239 B

  1. [gd_resource type="NativeScript" load_steps=2 format=2]
  2. [ext_resource path="res://marching_cubes_lib.tres" type="GDNativeLibrary" id=1]
  3. [resource]
  4. resource_name = "PointGenerator"
  5. class_name = "PointGenerator"
  6. library = ExtResource( 1 )