-
Notifications
You must be signed in to change notification settings - Fork 30
/
TestBaker.tscn
41 lines (34 loc) · 1 KB
/
TestBaker.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
[gd_scene load_steps=4 format=2]
[ext_resource path="res://addons/octahedral_impostors/scripts/baking/baker.gd" type="Script" id=1]
[ext_resource path="res://addons/octahedral_impostors/materials/depth_baker.material" type="Material" id=2]
[sub_resource type="QuadMesh" id=1]
material = ExtResource( 2 )
size = Vector2( 2, 2 )
[node name="Spatial" type="Spatial"]
script = ExtResource( 1 )
[node name="Control" type="Control" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="TextureRect" type="TextureRect" parent="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
expand = true
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Viewport" type="Viewport" parent="."]
size = Vector2( 2048, 2048 )
own_world = true
transparent_bg = true
hdr = false
debug_draw = 1
render_target_update_mode = 3
[node name="PostProcess" type="MeshInstance" parent="Viewport"]
visible = false
cast_shadow = 0
extra_cull_margin = 16384.0
mesh = SubResource( 1 )
material/0 = null