123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179 |
- [gd_scene load_steps=10 format=3 uid="uid://d1j6kxs3plvry"]
- [ext_resource type="Script" path="res://test.gd" id="1"]
- [ext_resource type="Script" path="res://utils/control3d.gd" id="2"]
- [sub_resource type="PhysicsMaterial" id="1"]
- friction = 0.0
- [sub_resource type="ConcavePolygonShape3D" id="2"]
- data = PackedVector3Array(-1, 0, 1, 1, 0, -1, 1, 0, 1, -1, 0, 1, -1, 0, -1, 1, 0, -1)
- [sub_resource type="PhysicsMaterial" id="3"]
- friction = 0.0
- [sub_resource type="BoxShape3D" id="4"]
- [sub_resource type="PhysicsMaterial" id="5"]
- friction = 0.5
- [sub_resource type="PhysicsMaterial" id="6"]
- [sub_resource type="PhysicsMaterial" id="7"]
- [node name="Test" type="Node3D"]
- script = ExtResource( "1" )
- [node name="StaticBodyFriction0" type="StaticBody3D" parent="."]
- transform = Transform3D(1, 0, 0, 0, 0.866025, -0.5, 0, 0.5, 0.866025, -6, 8.581, 0)
- physics_material_override = SubResource( "1" )
- [node name="CollisionShape" type="CollisionShape3D" parent="StaticBodyFriction0"]
- transform = Transform3D(5, 0, 0, 0, 1, 0, 0, 0, 50, 0, 0, 0)
- shape = SubResource( "2" )
- [node name="RigidBodies" type="Node3D" parent="StaticBodyFriction0"]
- transform = Transform3D(1, 0, 0, 0, 0.866026, 0.5, 0, -0.5, 0.866026, -3, -7.431, 4.291)
- [node name="RigidBodyFriction0" type="RigidDynamicBody3D" parent="StaticBodyFriction0/RigidBodies"]
- transform = Transform3D(1, 0, 0, 0, 0.866025, -0.5, 0, 0.5, 0.866025, 0, 10, 0)
- physics_material_override = SubResource( "3" )
- [node name="CollisionShape" type="CollisionShape3D" parent="StaticBodyFriction0/RigidBodies/RigidBodyFriction0"]
- shape = SubResource( "4" )
- [node name="LabelFriction" type="Label" parent="StaticBodyFriction0/RigidBodies/RigidBodyFriction0"]
- offset_right = 40.0
- offset_bottom = 14.0
- text = "0"
- script = ExtResource( "2" )
- __meta__ = {
- "_edit_use_anchors_": false
- }
- world_offset = Vector3(0, 1.5, 0)
- [node name="RigidBodyFriction05" type="RigidDynamicBody3D" parent="StaticBodyFriction0/RigidBodies"]
- transform = Transform3D(1, 0, 0, 0, 0.866025, -0.5, 0, 0.5, 0.866025, 3, 10, 0)
- physics_material_override = SubResource( "5" )
- [node name="CollisionShape" type="CollisionShape3D" parent="StaticBodyFriction0/RigidBodies/RigidBodyFriction05"]
- shape = SubResource( "4" )
- [node name="LabelFriction" type="Label" parent="StaticBodyFriction0/RigidBodies/RigidBodyFriction05"]
- offset_right = 40.0
- offset_bottom = 14.0
- text = "0.5"
- script = ExtResource( "2" )
- __meta__ = {
- "_edit_use_anchors_": false
- }
- world_offset = Vector3(0, 1.5, 0)
- [node name="RigidBodyFriction1" type="RigidDynamicBody3D" parent="StaticBodyFriction0/RigidBodies"]
- transform = Transform3D(1, 0, 0, 0, 0.866025, -0.5, 0, 0.5, 0.866025, 6, 10, 0)
- physics_material_override = SubResource( "6" )
- [node name="CollisionShape" type="CollisionShape3D" parent="StaticBodyFriction0/RigidBodies/RigidBodyFriction1"]
- shape = SubResource( "4" )
- [node name="LabelFriction" type="Label" parent="StaticBodyFriction0/RigidBodies/RigidBodyFriction1"]
- offset_right = 40.0
- offset_bottom = 14.0
- text = "1"
- script = ExtResource( "2" )
- __meta__ = {
- "_edit_use_anchors_": false
- }
- world_offset = Vector3(0, 1.5, 0)
- [node name="StaticBodyFriction1" type="StaticBody3D" parent="."]
- transform = Transform3D(1, 0, 0, 0, 0.866025, -0.5, 0, 0.5, 0.866025, 6, 8.581, 0)
- physics_material_override = SubResource( "7" )
- [node name="CollisionShape" type="CollisionShape3D" parent="StaticBodyFriction1"]
- transform = Transform3D(5, 0, 0, 0, 1, 0, 0, 0, 50, 0, 0, 0)
- shape = SubResource( "2" )
- [node name="RigidBodies" type="Node3D" parent="StaticBodyFriction1"]
- transform = Transform3D(1, 0, 0, 0, 0.866026, 0.5, 0, -0.5, 0.866026, -3, -7.431, 4.291)
- [node name="RigidBodyFriction0" type="RigidDynamicBody3D" parent="StaticBodyFriction1/RigidBodies"]
- transform = Transform3D(1, 0, 0, 0, 0.866025, -0.5, 0, 0.5, 0.866025, 0, 10, 0)
- physics_material_override = SubResource( "3" )
- [node name="CollisionShape" type="CollisionShape3D" parent="StaticBodyFriction1/RigidBodies/RigidBodyFriction0"]
- shape = SubResource( "4" )
- [node name="LabelFriction" type="Label" parent="StaticBodyFriction1/RigidBodies/RigidBodyFriction0"]
- offset_right = 40.0
- offset_bottom = 14.0
- text = "0"
- script = ExtResource( "2" )
- __meta__ = {
- "_edit_use_anchors_": false
- }
- world_offset = Vector3(0, 1.5, 0)
- [node name="RigidBodyFriction05" type="RigidDynamicBody3D" parent="StaticBodyFriction1/RigidBodies"]
- transform = Transform3D(1, 0, 0, 0, 0.866025, -0.5, 0, 0.5, 0.866025, 3, 10, 0)
- physics_material_override = SubResource( "5" )
- [node name="CollisionShape" type="CollisionShape3D" parent="StaticBodyFriction1/RigidBodies/RigidBodyFriction05"]
- shape = SubResource( "4" )
- [node name="LabelFriction" type="Label" parent="StaticBodyFriction1/RigidBodies/RigidBodyFriction05"]
- offset_right = 40.0
- offset_bottom = 14.0
- text = "0.5"
- script = ExtResource( "2" )
- __meta__ = {
- "_edit_use_anchors_": false
- }
- world_offset = Vector3(0, 1.5, 0)
- [node name="RigidBodyFriction1" type="RigidDynamicBody3D" parent="StaticBodyFriction1/RigidBodies"]
- transform = Transform3D(1, 0, 0, 0, 0.866025, -0.5, 0, 0.5, 0.866025, 6, 10, 0)
- physics_material_override = SubResource( "6" )
- [node name="CollisionShape" type="CollisionShape3D" parent="StaticBodyFriction1/RigidBodies/RigidBodyFriction1"]
- shape = SubResource( "4" )
- [node name="LabelFriction" type="Label" parent="StaticBodyFriction1/RigidBodies/RigidBodyFriction1"]
- offset_right = 40.0
- offset_bottom = 14.0
- text = "1"
- script = ExtResource( "2" )
- __meta__ = {
- "_edit_use_anchors_": false
- }
- world_offset = Vector3(0, 1.5, 0)
- [node name="Camera3D" type="Camera3D" parent="."]
- transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 4.53602, 22.1236)
- [node name="OmniLight" type="OmniLight3D" parent="Camera3D"]
- omni_range = 50.0
- [node name="LabelGround0" type="Label" parent="."]
- anchor_left = 0.5
- anchor_right = 0.5
- offset_left = -164.0
- offset_top = 80.0
- offset_right = -28.0
- offset_bottom = 94.0
- text = "GROUND FRICTION 0"
- __meta__ = {
- "_edit_use_anchors_": false
- }
- [node name="LabelGround1" type="Label" parent="."]
- anchor_left = 0.5
- anchor_right = 0.5
- offset_left = 31.0
- offset_top = 80.0
- offset_right = 167.0
- offset_bottom = 94.0
- text = "GROUND FRICTION 1"
- __meta__ = {
- "_edit_use_anchors_": false
- }
|