goodnight_jellybean/godot/3d text.tscn

48 lines
1.4 KiB
Plaintext
Raw Normal View History

2022-12-31 01:19:40 -07:00
[gd_scene load_steps=5 format=2]
[ext_resource path="res://addons/SIsilicon.3d.text/label_3d.gd" type="Script" id=1]
2023-06-05 08:00:14 -06:00
[ext_resource path="res://addons/SIsilicon.3d.text/icon_label_3d.svg" type="Texture2D" id=2]
2022-12-31 01:19:40 -07:00
[sub_resource type="PlaneMesh" id=1]
size = Vector2( 40, 40 )
2023-06-05 08:00:14 -06:00
[sub_resource type="StandardMaterial3D" id=2]
2022-12-31 01:19:40 -07:00
albedo_color = Color( 0.34902, 0.639216, 0.2, 1 )
emission_enabled = true
emission = Color( 0, 0, 0, 1 )
emission_energy = 1.0
emission_operator = 0
emission_on_uv2 = false
2023-06-05 08:00:14 -06:00
[node name="Node3D" type="Node3D"]
2022-12-31 01:19:40 -07:00
2023-06-05 08:00:14 -06:00
[node name="Ground" type="MeshInstance3D" parent="."]
2022-12-31 01:19:40 -07:00
mesh = SubResource( 1 )
material/0 = SubResource( 2 )
2023-06-05 08:00:14 -06:00
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
transform = Transform3D( 1, 0, 0, 0, 0.710942, 0.70325, 0, -0.70325, 0.710942, 0, 12.4077, 12.5434 )
2022-12-31 01:19:40 -07:00
shadow_enabled = true
directional_shadow_mode = 0
directional_shadow_max_distance = 50.0
2023-06-05 08:00:14 -06:00
[node name="Label3D" type="Node3D" parent="."]
transform = Transform3D( 1, 0, 0, 0, 1, 1.06581e-14, 0, -1.06581e-14, 1, -0.197355, 1.90471, -0.0675241 )
2022-12-31 01:19:40 -07:00
script = ExtResource( 1 )
__meta__ = {
"_editor_icon": ExtResource( 2 )
}
text = "This is a test text.
It's multiline too."
text_size = 1.761
font = null
align = 2
color = Color( 0.603922, 0.603922, 0.603922, 1 )
metallic = 0.0
roughness = 0.5
emission_color = Color( 1, 1, 1, 1 )
emission_strength = 0.0
extrude = 0.1
max_steps = 256
step_size = 1.0