robot_3d.tscn 839 B

1234567891011121314151617181920212223
  1. [gd_scene load_steps=3 format=3 uid="uid://8nlipuu0ceal"]
  2. [ext_resource type="Script" path="res://robot_3d.gd" id="1"]
  3. [ext_resource type="PackedScene" uid="uid://c2ad4ixc1eni0" path="res://robot.glb" id="2_jioss"]
  4. [node name="Robot3D" type="Node3D"]
  5. script = ExtResource("1")
  6. [node name="Camera3D" type="Camera3D" parent="."]
  7. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 2.75)
  8. fov = 65.0
  9. near = 0.1
  10. [node name="Model" parent="." instance=ExtResource("2_jioss")]
  11. [node name="OmniLight1" type="OmniLight3D" parent="."]
  12. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.25091, 1.43155, 2.15467)
  13. light_color = Color(1, 0.915375, 0.816406, 1)
  14. [node name="OmniLight2" type="OmniLight3D" parent="."]
  15. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.5788, 1.43155, 2.43657)
  16. light_color = Color(0.816406, 1, 0.995697, 1)