-
Notifications
You must be signed in to change notification settings - Fork 3
/
Demo.tscn
40 lines (29 loc) · 1.48 KB
/
Demo.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
[gd_scene load_steps=8 format=3 uid="uid://bymo8onom66rj"]
[ext_resource type="PackedScene" uid="uid://d3ecdsitw4adk" path="res://addons/ascii-shader/AsciiRenderer.tscn" id="1"]
[ext_resource type="Texture2D" uid="uid://doyegtmktitfo" path="res://icon.png" id="2"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_41wf3"]
albedo_color = Color(1, 0.34902, 0.34902, 1)
[sub_resource type="BoxMesh" id="4"]
size = Vector3(2, 2, 2)
[sub_resource type="CapsuleMesh" id="6"]
radius = 2.98
height = 13.216
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_eouq5"]
albedo_texture = ExtResource("2")
[sub_resource type="PlaneMesh" id="7"]
size = Vector2(10, 10)
[node name="Demo" type="Node3D"]
[node name="Cube" type="MeshInstance3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.29525, 0.61121, -0.0295248)
material_override = SubResource("StandardMaterial3D_41wf3")
mesh = SubResource("4")
[node name="Capsule" type="MeshInstance3D" parent="."]
transform = Transform3D(0.941169, -0.231923, -0.24579, 0.260389, 0.0340937, 0.964902, -0.215403, -0.972137, 0.092478, -7.01063, 0, 0)
mesh = SubResource("6")
[node name="AsciiRenderer" parent="." instance=ExtResource("1")]
cast_shadow = 0
extra_cull_margin = 16384.0
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 0.512508, -0.858683, 0, 0.858683, 0.512508, 1.78742, 2.04265, -7.38823)
material_override = SubResource("StandardMaterial3D_eouq5")
mesh = SubResource("7")