CubeScene.tscn 988 B

123456789101112131415161718192021222324252627282930
  1. [gd_scene load_steps=4 format=2]
  2. [ext_resource path="res://default_env.tres" type="Environment" id=1]
  3. [sub_resource type="SpatialMaterial" id=1]
  4. params_diffuse_mode = 1
  5. albedo_color = Color( 0.149414, 0.796875, 0.569252, 1 )
  6. roughness = 0.0
  7. [sub_resource type="CubeMesh" id=2]
  8. [node name="Spatial" type="Spatial"]
  9. [node name="MeshInstance" type="MeshInstance" parent="."]
  10. transform = Transform( 0.707107, 0, -0.707107, -0.353553, 0.866025, -0.353553, 0.612372, 0.5, 0.612372, 0, 0, 0 )
  11. material_override = SubResource( 1 )
  12. mesh = SubResource( 2 )
  13. material/0 = null
  14. [node name="DirectionalLight" type="DirectionalLight" parent="."]
  15. transform = Transform( 0.926535, 0.11439, -0.358396, 0.199614, 0.658013, 0.726067, 0.318884, -0.744267, 0.586839, 0, 0, 0 )
  16. [node name="Camera" type="Camera" parent="."]
  17. transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 5 )
  18. fov = 60.0
  19. near = 0.1
  20. [node name="WorldEnvironment" type="WorldEnvironment" parent="."]
  21. environment = ExtResource( 1 )