HalfDonut.tscn 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. [gd_scene load_steps=6 format=2]
  2. [ext_resource path="res://scripts/Donut.gd" type="Script" id=1]
  3. [ext_resource path="res://Donut_basemat.tres" type="Material" id=2]
  4. [ext_resource path="res://exported_models/halfdonut_dough.obj" type="ArrayMesh" id=3]
  5. [ext_resource path="res://Donut_pink_icemat.tres" type="Material" id=4]
  6. [ext_resource path="res://exported_models/halfdonut_icing.obj" type="ArrayMesh" id=5]
  7. [node name="Donut" type="Spatial"]
  8. script = ExtResource( 1 )
  9. [node name="Spatial" type="Spatial" parent="."]
  10. transform = Transform( 0.1, 0, 0, 0, -4.37114e-09, 0.1, 0, -0.1, -4.37114e-09, -0.05, -1.35, 1.15 )
  11. [node name="OmniLight" type="OmniLight" parent="Spatial"]
  12. transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -13, 30 )
  13. editor_only = true
  14. omni_range = 31.7067
  15. [node name="OmniLight2" type="OmniLight" parent="Spatial"]
  16. transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 5.05298, 16.228, 30 )
  17. editor_only = true
  18. omni_range = 31.7067
  19. [node name="MeshInstance" type="MeshInstance" parent="Spatial"]
  20. mesh = ExtResource( 3 )
  21. material/0 = ExtResource( 2 )
  22. [node name="MeshInstance2" type="MeshInstance" parent="Spatial"]
  23. mesh = ExtResource( 5 )
  24. material/0 = ExtResource( 4 )
  25. [node name="CameraPlace" type="Spatial" parent="."]
  26. transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.43166, 1.51239 )