-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path3d text.tscn
48 lines (41 loc) · 1.35 KB
/
3d text.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[gd_scene load_steps=5 format=2]
[ext_resource path="res://addons/SIsilicon.3d.text/label_3d.gd" type="Script" id=1]
[ext_resource path="res://addons/SIsilicon.3d.text/icon_label_3d.svg" type="Texture" id=2]
[sub_resource type="PlaneMesh" id=1]
size = Vector2( 40, 40 )
[sub_resource type="SpatialMaterial" id=2]
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
[node name="Spatial" type="Spatial"]
[node name="Ground" type="MeshInstance" parent="."]
mesh = SubResource( 1 )
material/0 = SubResource( 2 )
[node name="DirectionalLight" type="DirectionalLight" parent="."]
transform = Transform( 1, 0, 0, 0, 0.710942, 0.70325, 0, -0.70325, 0.710942, 0, 12.4077, 12.5434 )
shadow_enabled = true
directional_shadow_mode = 0
directional_shadow_max_distance = 50.0
[node name="Label3D" type="Spatial" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.197355, 1.90471, 0.137399 )
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
billboard = false
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
min_steps = 32
max_steps = 256