-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpainting.tscn
More file actions
30 lines (21 loc) · 972 Bytes
/
painting.tscn
File metadata and controls
30 lines (21 loc) · 972 Bytes
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
[gd_scene load_steps=5 format=2]
[ext_resource path="res://painting.gd" type="Script" id=1]
[sub_resource type="CylinderShape" id=1]
[sub_resource type="SpatialMaterial" id=2]
albedo_color = Color( 0.854902, 0.0509804, 0.0509804, 1 )
metallic = 1.0
metallic_specular = 0.62
[sub_resource type="CylinderMesh" id=3]
material = SubResource( 2 )
[node name="painting" type="RigidBody"]
script = ExtResource( 1 )
[node name="grab_brush" type="CollisionShape" parent="."]
transform = Transform( 0.109, 0, 0, 0, 0.242, 0, 0, 0, 0.103, 0, 0, 0 )
shape = SubResource( 1 )
[node name="paint_brush" type="CSGMesh" parent="."]
transform = Transform( 0.1, 0, 0, 0, 0.25, 0, 0, 0, 0.1, 0, 0, 0 )
mesh = SubResource( 3 )
[node name="paint_pos" type="Position3D" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.373499, 0 )
[node name="ImmediateGeometry" type="ImmediateGeometry" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.320343, 0 )