godot marching cubes implementation
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

14 řádky
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 )