mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
56 lines
1.8 KiB
Plaintext
56 lines
1.8 KiB
Plaintext
[gd_scene load_steps=6 format=2]
|
|
|
|
[ext_resource path="res://addons/material_maker/preview_objects.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://addons/material_maker/panoramas/park.hdr" type="Texture" id=2]
|
|
|
|
[sub_resource type="PanoramaSky" id=1]
|
|
radiance_size = 2
|
|
panorama = ExtResource( 2 )
|
|
|
|
[sub_resource type="Environment" id=2]
|
|
background_mode = 2
|
|
background_sky = SubResource( 1 )
|
|
|
|
[sub_resource type="Animation" id=3]
|
|
loop = true
|
|
tracks/0/type = "value"
|
|
tracks/0/path = NodePath("Objects:rotation_degrees")
|
|
tracks/0/interp = 1
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/keys = {
|
|
"times": PoolRealArray( 0, 1 ),
|
|
"transitions": PoolRealArray( 1, 1 ),
|
|
"update": 0,
|
|
"values": [ Vector3( 0, 0, 0 ), Vector3( 0, 360, 0 ) ]
|
|
}
|
|
|
|
[node name="Preview3d" type="Spatial"]
|
|
|
|
[node name="Objects" parent="." instance=ExtResource( 1 )]
|
|
transform = Transform( -0.799512, 0, 0.60065, 0, 1, 0, -0.60065, 0, -0.799512, 0, 0, 0 )
|
|
|
|
[node name="OmniLight" type="OmniLight" parent="."]
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.345557, 2.74973, -3.97441 )
|
|
omni_range = 6.46518
|
|
|
|
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
|
environment = SubResource( 2 )
|
|
|
|
[node name="CameraPivot" type="Spatial" parent="."]
|
|
transform = Transform( 1, 0, 0, 0, 0.766044, 0.642788, 0, -0.642788, 0.766044, 0, 0, 0 )
|
|
|
|
[node name="Camera" type="Camera" parent="CameraPivot"]
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 3.5 )
|
|
environment = SubResource( 2 )
|
|
current = true
|
|
|
|
[node name="RemoteTransform" type="RemoteTransform" parent="CameraPivot/Camera"]
|
|
remote_path = NodePath("../../../../../../ProjectsPane/BackgroundPreview/Viewport/Camera")
|
|
|
|
[node name="ObjectRotate" type="AnimationPlayer" parent="."]
|
|
autoplay = "rotate"
|
|
playback_speed = 0.1
|
|
anims/rotate = SubResource( 3 )
|