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

22 lines
655 B
Plaintext
Raw Normal View History

2022-03-20 09:00:05 +01:00
[gd_scene load_steps=4 format=2]
2020-11-17 19:21:50 +01:00
[ext_resource path="res://Physics/3D/RigidBody3D.gd" type="Script" id=1]
[sub_resource type="SphereShape" id=1]
2022-03-20 09:00:05 +01:00
[sub_resource type="SphereMesh" id=2]
2020-11-17 19:21:50 +01:00
[node name="RigidBody" type="RigidBody"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -23.2888, 33.1278, 19.1751 )
gravity_scale = 5.0
continuous_cd = true
linear_velocity = Vector3( 0, 5, 0 )
script = ExtResource( 1 )
[node name="CollisionShape" type="CollisionShape" parent="."]
transform = Transform( 5, 0, 0, 0, 5, 0, 0, 0, 5, 0, 0, 0 )
shape = SubResource( 1 )
2022-03-20 09:00:05 +01:00
[node name="MeshInstance" type="MeshInstance" parent="CollisionShape"]
mesh = SubResource( 2 )