2023-11-26 01:02:03 +02:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://cn3axur15ftft"]
|
2023-11-19 18:28:44 +02:00
|
|
|
|
2023-11-26 01:02:03 +02:00
|
|
|
[ext_resource type="PackedScene" uid="uid://o1qeng8cu244" path="res://assets/models/basketball/scene.gltf" id="1_x2hv5"]
|
2023-11-19 18:28:44 +02:00
|
|
|
|
2023-11-26 01:02:03 +02:00
|
|
|
[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_f6jtg"]
|
|
|
|
bounce = 0.7
|
|
|
|
|
|
|
|
[sub_resource type="SphereShape3D" id="SphereShape3D_orlq6"]
|
2023-11-19 18:28:44 +02:00
|
|
|
radius = 0.08
|
|
|
|
|
|
|
|
[node name="Ball" type="RigidBody3D"]
|
2023-11-28 00:46:05 +02:00
|
|
|
collision_layer = 4
|
|
|
|
collision_mask = 4
|
2023-11-26 01:02:03 +02:00
|
|
|
physics_material_override = SubResource("PhysicsMaterial_f6jtg")
|
2023-11-24 02:36:31 +02:00
|
|
|
angular_damp = 4.0
|
2023-11-19 18:28:44 +02:00
|
|
|
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
|
|
shape = SubResource("SphereShape3D_orlq6")
|
|
|
|
|
2023-11-26 01:02:03 +02:00
|
|
|
[node name="scene" parent="." instance=ExtResource("1_x2hv5")]
|
|
|
|
transform = Transform3D(0.4, 0, 0, 0, 0.4, 0, 0, 0, 0.4, 0, 0, 0)
|