godot-planet/scenes/World.tscn

28 lines
1.0 KiB
Plaintext

[gd_scene load_steps=6 format=2]
[ext_resource path="res://scenes/Planet.tscn" type="PackedScene" id=1]
[ext_resource path="res://scripts/Planet.gd" type="Script" id=2]
[ext_resource path="res://assets/maujoe.camera_control/scripts/camera_control.gd" type="Script" id=3]
[ext_resource path="res://default_env.tres" type="Environment" id=4]
[sub_resource type="SpatialMaterial" id=1]
albedo_color = Color( 0.00392157, 0.466667, 0, 1 )
metallic = 0.56
[node name="World" type="WorldEnvironment"]
environment = ExtResource( 4 )
[node name="Planet" parent="." instance=ExtResource( 1 )]
script = ExtResource( 2 )
face_resolution = 64
face_material = SubResource( 1 )
[node name="Camera" type="Camera" parent="."]
transform = Transform( 1, 0, 0, 0, 0.906308, 0.422618, 0, -0.422618, 0.906308, 0, 106.609, 211.095 )
far = 1000.0
script = ExtResource( 3 )
max_speed = Vector3( 100, 100, 100 )
[node name="DirectionalLight" type="DirectionalLight" parent="."]
transform = Transform( 1, 0, 0, 0, -0.736719, 0.676199, 0, -0.676199, -0.736719, -0.0353088, 35.3451, 41.178 )