godot marching cubes implementation
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

14 рядки
391 B

  1. [gd_scene load_steps=2 format=2]
  2. [ext_resource path="res://PointGenerator.gdns" type="Script" id=1]
  3. [node name="RootNode" type="Spatial"]
  4. [node name="PointGenerator" type="Spatial" parent="."]
  5. script = ExtResource( 1 )
  6. [node name="CameraRoot" type="Spatial" parent="."]
  7. [node name="Camera" type="Camera" parent="CameraRoot"]
  8. transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 10 )