regression-test-project/Physics/3D/RigidBody3D.tscn

21 lines
654 B
Plaintext
Raw Normal View History

2021-08-19 18:10:13 +02:00
[gd_scene load_steps=3 format=3 uid="uid://bs8jtr3b56fnr"]
2020-11-17 20:10:21 +01:00
2021-08-19 18:10:13 +02:00
[ext_resource type="Script" path="res://Physics/3D/RigidBody3D.gd" id="1"]
2020-11-17 20:10:21 +01:00
2021-08-19 18:10:13 +02:00
[sub_resource type="SphereShape3D" id="1"]
2020-11-17 20:10:21 +01:00
2021-08-19 18:10:13 +02:00
[node name="RigidBody" type="RigidBody3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -23.2888, 33.1278, 19.1751)
2020-11-17 20:10:21 +01:00
gravity_scale = 5.0
continuous_cd = true
2021-08-19 18:10:13 +02:00
linear_velocity = Vector3(0, 5, 0)
script = ExtResource( "1" )
2020-11-17 20:10:21 +01:00
2021-08-19 18:10:13 +02:00
[node name="CollisionShape" type="CollisionShape3D" parent="."]
transform = Transform3D(5, 0, 0, 0, 5, 0, 0, 0, 5, 0, 0, 0)
shape = SubResource( "1" )
script = null
2020-11-17 20:10:21 +01:00
2021-08-19 18:10:13 +02:00
[node name="CSGSphere" type="CSGSphere3D" parent="CollisionShape"]
script = null