初步物理计算
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
[ext_resource type="PackedScene" uid="uid://dolueyckipny0" path="res://art/player.glb" id="1_ed8k8"]
|
||||
[ext_resource type="Script" uid="uid://di50p6h46nmlw" path="res://palyer.gd" id="1_vgmp0"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_vgmp0"]
|
||||
size = Vector3(1.954834, 3.081192, 1.1972656)
|
||||
[sub_resource type="CylinderShape3D" id="CylinderShape3D_vgmp0"]
|
||||
height = 1.2167969
|
||||
radius = 1.0029297
|
||||
|
||||
[node name="palyer" type="CharacterBody3D"]
|
||||
script = ExtResource("1_vgmp0")
|
||||
@@ -14,5 +15,5 @@ script = ExtResource("1_vgmp0")
|
||||
[node name="player" parent="pivot" instance=ExtResource("1_ed8k8")]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.0023910538, 0.99999714, 0, -0.99999714, 0.0023910538, 0.0345459, 0.12650633, 0.40051335)
|
||||
shape = SubResource("BoxShape3D_vgmp0")
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.018975854, 0.14160156, 0)
|
||||
shape = SubResource("CylinderShape3D_vgmp0")
|
||||
|
||||
Reference in New Issue
Block a user